Taquito TypeDocs
    Preparing search index...

    Interface RPCIncreasePaidStorageOperation

    RPC IncreasePaidStorage operation

    interface RPCIncreasePaidStorageOperation {
        amount: number;
        destination: string;
        fee: number;
        gas_limit: number;
        kind: INCREASE_PAID_STORAGE;
        source: string;
        storage_limit: number;
    }
    Index

    Properties

    amount: number
    destination: string
    fee: number
    gas_limit: number
    kind: INCREASE_PAID_STORAGE
    source: string
    storage_limit: number