CryptoApis::ListAllAssetsFromAllWalletsRI

Properties

Name Type Description Notes
coins Array<ListAllAssetsFromAllWalletsRICoins>
fungible_tokens Array<ListAllAssetsFromAllWalletsRIFungibleTokens> Represents fungible tokens'es detailed information
non_fungible_tokens Array<ListAllAssetsFromAllWalletsRINonFungibleTokens> Represents non-fungible tokens'es detailed information.
wallet_id String Defines the unique ID of the Wallet.
wallet_name String Represents the name of the wallet.

Example

require 'crypto_apis'

instance = CryptoApis::ListAllAssetsFromAllWalletsRI.new(
  coins: null,
  fungible_tokens: null,
  non_fungible_tokens: null,
  wallet_id: 60c9d9921c38030006675ff6,
  wallet_name: exampleName
)