Class ContractMethod

Description

Utility class to send smart contract operation

Hierarchy

  • ContractMethod

Constructors

Accessors

Methods

Constructors

  • Parameters

    • client: any
    • address: string
    • parameterSchema: ParameterSchema
    • name: string
    • args: any[]
    • isMultipleEntrypoint: boolean = true
    • isAnonymous: boolean = false

    Returns ContractMethod

Accessors

  • get schema(): any
  • Description

    Get the schema of the smart contract method

    Returns

    The contract schema

    Returns any

Methods

  • Description

    Send the smart contract operation

    Returns

    The operation hash of the transfer

    Parameters

    Returns Promise<any>

Generated using TypeDoc