upvest v0.1.1 Upvest.Clientele.Transaction View Source

Handles operations related to user transactions

You can:

  • Create new transaction
  • List all transactions
  • List specific number of transactions

For more details see https://doc.upvest.co/reference#kms_transaction_list

Link to this section Summary

Functions

List all Transaction

List specific number of Transaction

Retrive a(n) Transaction by its ID

Link to this section Types

Link to this type

t()

View Source
t() :: %Upvest.Clientele.Transaction{
  address: term(),
  balances: term(),
  id: term(),
  index: term(),
  protocol: term(),
  status: term()
}

Link to this section Functions

Link to this function

create(client, password, wallet_id, asset_id, quantity, fee, recipient)

View Source

List all Transaction

List specific number of Transaction

Retrive a(n) Transaction by its ID