Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Assignable
    • MetaCallArgs

Index

Constructors

constructor

  • new MetaCallArgs(signature: Uint8Array, v: number, nonce: Uint8Array, feeAmount: Uint8Array, feeAddress: Uint8Array, contractAddress: Uint8Array, value: Uint8Array, methodDef: string, args: Uint8Array): MetaCallArgs
  • Parameters

    • signature: Uint8Array
    • v: number
    • nonce: Uint8Array
    • feeAmount: Uint8Array
    • feeAddress: Uint8Array
    • contractAddress: Uint8Array
    • value: Uint8Array
    • methodDef: string
    • args: Uint8Array

    Returns MetaCallArgs

Properties

args

args: Uint8Array

contractAddress

contractAddress: Uint8Array

feeAddress

feeAddress: Uint8Array

feeAmount

feeAmount: Uint8Array

methodDef

methodDef: string

nonce

nonce: Uint8Array

signature

signature: Uint8Array

v

v: number

value

value: Uint8Array

Methods

encode

  • encode(): Uint8Array
  • Returns Uint8Array

functionName

  • functionName(): string
  • Returns string

toFunctionCall

  • toFunctionCall(): FunctionCall
  • Returns FunctionCall

Generated using TypeDoc