Expand description
§Rialo Shared Types
This crate contains shared RPC types used across the Rialo ecosystem, including the CDK and other components. These types are kept separate from implementation-specific functionality to minimize dependencies.
Structs§
- Account
Info Response Value - Account information that is returned by the Rialo RPC API.
- Account
Meta - Metadata about an account used in an Instruction.
- Instruction
- A representation of an instruction in Subscription.
- Subscription
- Subscription returned by Rialo RPC to describe a
Subscriptionobject stored by a user for a given topic.
Enums§
- Instruction
Error - Errors that can occur during instruction execution.
- Subscription
Kind - Subscription kind of the Subscription.
- Transaction
Error - Reasons a transaction might be rejected.