Interface OperationContentsAndResultIncreasePaidStorage

interface OperationContentsAndResultIncreasePaidStorage {
    amount: string;
    counter: string;
    destination: string;
    fee: string;
    gas_limit: string;
    kind: INCREASE_PAID_STORAGE;
    metadata: OperationContentsAndResultMetadataIncreasePaidStorage;
    source: string;
    storage_limit: string;
}

Properties

amount: string
counter: string
destination: string
fee: string
gas_limit: string
source: string
storage_limit: string

Generated using TypeDoc