Interface IncreasePaidStorageParams

Description

Parameters for the increasePaidStorage method

interface IncreasePaidStorageParams {
    amount: number;
    destination: string;
    fee?: number;
    gasLimit?: number;
    source?: string;
    storageLimit?: number;
}

Properties

amount: number
destination: string
fee?: number
gasLimit?: number
source?: string
storageLimit?: number

Generated using TypeDoc