Interface OperationContentsDelegation

interface OperationContentsDelegation {
    counter: string;
    delegate?: string;
    fee: string;
    gas_limit: string;
    kind: DELEGATION;
    source: string;
    storage_limit: string;
}

Properties

counter: string
delegate?: string
fee: string
gas_limit: string
source: string
storage_limit: string

Generated using TypeDoc