Interface ContractMethod<I, O>

Type Parameters

  • I

  • O

Hierarchy

  • ContractMethod

Properties

address: Address

Target contract address

abi: string
method: string
params: I

Methods

  • Encodes method call as BOC

    Returns Promise<string>