Interface OperationContentsAndResultMetadataPreEndorsement

interface OperationContentsAndResultMetadataPreEndorsement {
    balance_updates?: OperationMetadataBalanceUpdates[];
    consensus_key?: string;
    delegate: string;
    preendorsement_power: number;
}

Properties

consensus_key?: string
delegate: string
preendorsement_power: number

Generated using TypeDoc