Taquito TypeDocs
    Preparing search index...

    Class OriginationOperation<TContract>

    Origination operation provide utility function to fetch newly originated contract

    Currently support only one origination per operation

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _foundAt: number = Number.POSITIVE_INFINITY
    _includedInBlock: ReplaySubject<BlockResponse> = ...
    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