TokenTransactionType
Type Alias: TokenTransactionType
type TokenTransactionType =
| "token:launch"
| "token:mint"
| "token:transfer"
| "token:bid:create"
| "token:offer:create"
| "token:offer:buy"
| "token:bid:sell"
| "token:airdrop"
| "token:bid:withdraw"
| "token:offer:withdraw"
| "token:bid:whitelist"
| "token:offer:whitelist"
| "token:admin:whitelist";
Defined in: packages/api/src/client/types.gen.ts:667
Updated 10 days ago