Interface OperationContentsAndResultRevelation

interface OperationContentsAndResultRevelation {
    kind: SEED_NONCE_REVELATION;
    level: number;
    metadata: OperationContentsAndResultMetadata;
    nonce: string;
}

Properties

level: number
nonce: string

Generated using TypeDoc