Taquito TypeDocs
    Preparing search index...

    Interface RPCUpdateCompanionKeyOperation

    interface RPCUpdateCompanionKeyOperation {
        fee: number;
        gas_limit: number;
        kind: UPDATE_COMPANION_KEY;
        pk: string;
        proof?: string;
        source: string;
        storage_limit: number;
    }
    Index

    Properties

    fee: number
    gas_limit: number
    kind: UPDATE_COMPANION_KEY
    pk: string
    proof?: string
    source: string
    storage_limit: number