Interface AppliedIncreasePaidStorageResult

Hierarchy

Properties

balanceUpdates: readonly BalanceUpdate[]
consumedGas: null | BigNumber

If not null then it is an integer greater than or equal to 0.

consumedMilligas: null | BigNumber

If not null then it is an integer greater than or equal to 0.

rpcData: {
    balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[];
    consumed_milligas?: string;
    errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
    status: OperationResultStatusEnum;
}

Raw data as received from Tezos Node RPC. Taquito interface may not be exact.

Type declaration

  • Optional Readonly balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 8 more ...; readonly bond_id?: { ...; } | ... 1 more ... | undefined; })[]
  • Optional Readonly consumed_milligas?: string
  • Optional Readonly errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[]
  • Readonly status: OperationResultStatusEnum
status: Applied

Usable for narrowing the type of this object from respective operation result union.

uid: string

Universal ID of the entity on the blockchain. It is still human-readable.

Example

Block hash / operation group hash / operation index [ operation kind ]

BLvgirK7K43H5tv8f73cxBaLwcU7euFNwmfr2td2sWKpKXQXxaM/opLpKECfrpuF79YLfSYABvxb8Df8Fh71n3Q8Azy1m8vWU8Czfcn/4[transaction]

Generated using TypeDoc