It allows users to either transfer tez between accounts and/or to invoke a smart contract.

Hierarchy

Properties

amount: BigNumber

It is mutez - greater than or equal to 0.

balanceUpdates: readonly BalanceUpdate[]
counter: BigNumber

It is greater than or equal to 0.

destinationAddress: string
destinationContract: null | LazyContract
fee: BigNumber

It is mutez - greater than or equal to 0.

gasLimit: BigNumber

It is greater than or equal to 0.

internalOperations: readonly InternalOperation[]
isInternal: false

Usable for narrowing the type of this object from the union with internal operations.

rpcData: {
    amount: string;
    counter: string;
    destination: string;
    fee: string;
    gas_limit: string;
    kind: TRANSACTION;
    metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 7 more ...; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; }[] | undefined; readonly operation_result: { ...; }; readonly internal_operation_r...;
    parameters?: { readonly entrypoint: string; readonly value: { 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 more ... |...;
    source: string;
    storage_limit: string;
}

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

Type declaration

  • Readonly amount: string
  • Readonly counter: string
  • Readonly destination: string
  • Readonly fee: string
  • Readonly gas_limit: string
  • Readonly kind: TRANSACTION
  • Readonly metadata: { readonly balance_updates?: readonly { readonly kind: MetadataBalanceUpdatesKindEnum; readonly category?: METADATA_BALANCE_UPDATES_CATEGORY | undefined; ... 7 more ...; readonly origin?: MetadataBalanceUpdatesOriginEnum | undefined; }[] | undefined; readonly operation_result: { ...; }; readonly internal_operation_r...
  • Optional Readonly parameters?: { readonly entrypoint: string; readonly value: { 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 more ... |...
  • Readonly source: string
  • Readonly storage_limit: string
sourceAddress: string
storageLimit: BigNumber

It is greater than or equal to 0.

transactionParameter: null | LazyTransactionParameter
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