Properties
Readonly
consumedGas
consumedGas: null | BigNumber
Readonly
consumedMilligas
consumedMilligas: null | BigNumber
Readonly
originatedContract
Readonly
paidStorageSizeDiff
paidStorageSizeDiff: null | BigNumber
Readonly
rpcData
rpcData: {
balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly contract?: string | undefined; readonly change: string; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; ... 9 more ...; readonly delayed_operation_hash?: string | undefined; })[];
big_map_diff?: readonly ({ readonly key_hash?: string | undefined; readonly key?: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 ...)[];
consumed_gas?: string;
consumed_milligas?: string;
errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[];
lazy_storage_diff?: readonly (({ readonly kind: "big_map"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: readonly { readonly key_hash: string; readonly key: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { ...; } | readonly ({ ...; } |...) | ({ readonly kind: "sapling_state"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: { readonly commitments_and_ciphertexts: readonly (readonly [string, { readonly cv: string; ... 4 more ...; readonly nonce_out: string; }])[]; readonly nullifiers: readonly string[]; } | undefin...))[];
originated_contracts?: readonly string[];
paid_storage_size_diff?: string;
status: OperationResultStatusEnum;
storage_size?: string;
}
Type declaration
-
Optional
Readonly
balance_updates?: readonly ({ readonly kind: MetadataBalanceUpdatesKindEnum; readonly contract?: string | undefined; readonly change: string; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; ... 9 more ...; readonly delayed_operation_hash?: string | undefined; })[]
-
Optional
Readonly
big_map_diff?: readonly ({ readonly key_hash?: string | undefined; readonly key?: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { readonly prim: string; readonly args?: readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 more ... | readonly ({ ...; } | ... 1 ...)[]
-
Optional
Readonly
consumed_gas?: string
-
Optional
Readonly
consumed_milligas?: string
-
Optional
Readonly
errors?: readonly ({ readonly kind: string; readonly id: string; readonly delegate?: string | undefined; })[]
-
Optional
Readonly
lazy_storage_diff?: readonly (({ readonly kind: "big_map"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: readonly { readonly key_hash: string; readonly key: { readonly int?: string | undefined; readonly string?: string | undefined; readonly bytes?: string | undefined; } | { ...; } | readonly ({ ...; } |...) | ({ readonly kind: "sapling_state"; readonly id: string; readonly diff: { readonly action: DiffActionEnum; readonly updates?: { readonly commitments_and_ciphertexts: readonly (readonly [string, { readonly cv: string; ... 4 more ...; readonly nonce_out: string; }])[]; readonly nullifiers: readonly string[]; } | undefin...))[]
-
Optional
Readonly
originated_contracts?: readonly string[]
-
Optional
Readonly
paid_storage_size_diff?: string
-
Readonly
status: OperationResultStatusEnum
-
Optional
Readonly
storage_size?: string
Readonly
storageSize
storageSize: null | BigNumber
If not
null
then it is an integer greater than or equal to0
.