Interface StateProofTransactionFields

interface StateProofTransactionFields {
    message?: StateProofMessage;
    stateProof?: StateProof;
    stateProofType: number;
}

Properties

stateProof?: StateProof
stateProofType: number

Generated using TypeDoc