Interface StateProofTransactionParams

Contains state proof transaction parameters.

interface StateProofTransactionParams {
    message?: StateProofMessage;
    stateProof?: StateProof;
    stateProofType?: number | bigint;
}

Properties

The state proof message.

stateProof?: StateProof

The state proof.

stateProofType?: number | bigint

Generated using TypeDoc