interface RequestCheckTx {
    tx: Uint8Array;
    type: CheckTxType;
}

Properties

Properties

tx: Uint8Array