Interface RPCDrainDelegateOperation

Description

RPC DrainDelegate operation

interface RPCDrainDelegateOperation {
    consensus_key: string;
    delegate: string;
    destination: string;
    kind: DRAIN_DELEGATE;
}

Properties

consensus_key: string
delegate: string
destination: string
kind: DRAIN_DELEGATE

Generated using TypeDoc