Interface RuntimeClientSubmitTxMetaResponse

SubmitTxMetaResponse is the SubmitTxMeta response.

interface RuntimeClientSubmitTxMetaResponse {
    batch_order?: number;
    check_tx_error?: RuntimeHostError;
    data?: Uint8Array;
    round?: longnum;
}

Properties

batch_order?: number

BatchOrder is the order of the transaction in the execution batch.

check_tx_error?: RuntimeHostError

CheckTxError is the CheckTx error in case transaction failed the transaction check.

data?: Uint8Array

Output is the transaction output.

round?: longnum

Round is the roothash round in which the transaction was executed.