DelegationSubmitProgress

data class DelegationSubmitProgress(val step: DelegationSubmitStep, val index: Int, val total: Int, val hash: String? = null)

Progress event emitted during a high-level delegation submit flow.

Parameters

index

The 0-based index of the transaction within the sequence.

total

The total number of transactions in the sequence.

hash

The transaction hash (only present on DelegationSubmitStep.SUBMITTED).

Constructors

Link copied to clipboard
constructor(step: DelegationSubmitStep, index: Int, total: Int, hash: String? = null)

Properties

Link copied to clipboard
val hash: String? = null
Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
val total: Int