Class ContractCreateFlow

Hierarchy

  • ContractCreateFlow

Constructors

Properties

_bytecode: null | Uint8Array
_contractCreate: ContractCreateTransaction
_maxChunks: null | number

Accessors

Methods

  • Sign the transaction with the public key and signer function

    If sign on demand is enabled no signing will be done immediately, instead the private key signing function and public key are saved to be used when a user calls an exit condition method (not sure what a better name for this is) such as toBytes[Async](), getTransactionHash[PerNode]() or execute().

    Parameters

    • publicKey: PublicKey
    • transactionSigner: ((message) => Promise<Uint8Array>)
        • (message): Promise<Uint8Array>
        • Parameters

          • message: Uint8Array

          Returns Promise<Uint8Array>

    Returns ContractCreateFlow

Generated using TypeDoc