Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionCallArgs

Hierarchy

  • Assignable
    • FunctionCallArgs

Index

Constructors

Properties

Methods

Constructors

constructor

  • new FunctionCallArgs(contract: Uint8Array, input: Uint8Array): FunctionCallArgs

Properties

contract

contract: Uint8Array

input

input: Uint8Array

Methods

encode

  • encode(): Uint8Array
  • Returns Uint8Array

functionName

  • functionName(): string
  • Returns string

toFunctionCall

  • toFunctionCall(): FunctionCall
  • Returns FunctionCall

Generated using TypeDoc