Types

Types that are returned by the SDK

Wallet

It has a collection of addresses/assets/transactions related to a user. An easy way to view all of the interactions. it is referred to by the "miniwallet" in our system which can have upward of millions of addresses related to it. Each miniwallet has a network type, such as BTC, ETH, etc. And each user can have one wallet per network.

property description type

reference

the reference of the owner of this wallet.

string

addresses

the addresses associated with this wallet.

Address[]

type

the type of the user who has this wallet

"User" | "Department" | "Merchant"

WalletCoinType

The network of the coin/token

NetworkType

organizationId

the organization Id

string

index

the index of this wallet

number

currentDeepIndex

the number of chilren that this wallet has

number

Address

property description type

reference

the reference of the owner of this wallet.

string

date

date of the creation

Date

address

the receiving address

string

label

the label for this address, can be null

string | Null

balance

the balance of this address

number

Last updated