fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
# IdlType

## Enum Variants

| Name | Value |
|---- | -----|
| Bool | bool |
| U8 | u8 |
| I8 | i8 |
| U16 | u16 |
| I16 | i16 |
| U32 | u32 |
| I32 | i32 |
| F32 | f32 |
| U64 | u64 |
| I64 | i64 |
| F64 | f64 |
| U128 | u128 |
| I128 | i128 |
| U256 | u256 |
| I256 | i256 |
| Bytes | bytes |
| String | string |
| Pubkey | pubkey |


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)