Type Alias RequiredParserVariableType
RequiredParserVariableType:
| "BASE58_WALLET"
| "BECH32_WALLET"
| "EVM_WALLET"
| "FLOAT"
| "HEX"
| "INTEGER"
| "STRING"
| "UNSPECIFIED"
- "BASE58_WALLET"
Base58 wallets (Solana, Bitcoin)
- "BECH32_WALLET"
Bech32 wallet (any prefix)
- "EVM_WALLET"
EVM wallet
- "FLOAT"
Decimal value that can fit in a double precision float
- "HEX"
Hexidecimal starting with 0x
- "INTEGER"
Integer value that can fit in a signed 64bit integer
- "STRING"
Any string
- "UNSPECIFIED"