Class OriginationOperation<TContract>

Origination operation provide utility function to fetch newly originated contract

Currently support only one origination per operation

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

_foundAt: number = Number.POSITIVE_INFINITY
context: Context

Taquito context allowing access to rpc and signer

contractAddress?: string

Contract address of the newly originated contract

hash: string

Operation hash

Raw operation that was injected

results: OperationContentsAndResult[]

Accessors

Methods