Taquito TypeDocs
    Preparing search index...

    Interface RPCDelegateOperation

    RPC delegation operation

    interface RPCDelegateOperation {
        delegate?: string;
        fee: number;
        gas_limit: number;
        kind: DELEGATION;
        source?: string;
        storage_limit: number;
    }
    Index

    Properties

    delegate?: string
    fee: number
    gas_limit: number
    kind: DELEGATION
    source?: string
    storage_limit: number