Type alias TransactionsBatchSingleSubmissionFailure

TransactionsBatchSingleSubmissionFailure: {
    error: AptosError;
    transaction_index: number;
}

Information telling which batch submission transactions failed

Type declaration

  • error: AptosError
  • transaction_index: number

    The index of which transaction failed, same as submission order

Generated using TypeDoc