Interface OperationContentsDrainDelegate

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

Properties

consensus_key: string
delegate: string
destination: string

Generated using TypeDoc