Interface OperationContentsRevelation

interface OperationContentsRevelation {
    kind: SEED_NONCE_REVELATION;
    level: number;
    nonce: string;
}

Properties

Properties

level: number
nonce: string

Generated using TypeDoc