Interface RPCIncreasePaidStorageOperation

Description

RPC IncreasePaidStorage operation

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

Properties

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

Generated using TypeDoc