Skip to main content
const AssetType: {
  Crypto: "crypto";
  Fiat: "fiat";
};
Defined in: _vendor/api/types/AssetType.ts:4 The type of the asset.

Type Declaration

Crypto

readonly Crypto: "crypto" = "crypto";

Fiat

readonly Fiat: "fiat" = "fiat";