Delegation Submit Progress
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
step
The current step (DelegationSubmitStep.SIGNING or DelegationSubmitStep.SUBMITTED).
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).