Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Assignable
    • ViewCallArgs

Index

Constructors

constructor

  • new ViewCallArgs(sender: Uint8Array, address: Uint8Array, amount: Uint8Array, input: Uint8Array): ViewCallArgs
  • Parameters

    • sender: Uint8Array
    • address: Uint8Array
    • amount: Uint8Array
    • input: Uint8Array

    Returns ViewCallArgs

Properties

address

address: Uint8Array

amount

amount: Uint8Array

input

input: Uint8Array

sender

sender: Uint8Array

Methods

encode

  • encode(): Uint8Array
  • Returns Uint8Array

functionName

  • functionName(): string
  • Returns string

toFunctionCall

  • toFunctionCall(): FunctionCall
  • Returns FunctionCall

Generated using TypeDoc