NearApi.Actions.FunctionCall (near_api v0.1.6)

Transaction Actions

FunctionCall

Link to this section Summary

Functions

Encodes objects according to the schema into the bytestring

Link to this section Types

Specs

t() :: %NearApi.Actions.FunctionCall{
  action_code: integer(),
  amount: integer(),
  args: String.t(),
  gas: integer(),
  method_name: String.t()
}

Link to this section Functions

Link to this function

borsh_encode(obj)

Specs

borsh_encode(obj :: keyword()) :: bitstring()

Encodes objects according to the schema into the bytestring