Skip to main content

Crate rialo_shared_types

Crate rialo_shared_types 

Source
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§

AccountInfoResponseValue
Account information that is returned by the Rialo RPC API.
AccountMeta
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 Subscription object stored by a user for a given topic.

Enums§

InstructionError
Errors that can occur during instruction execution.
SubscriptionKind
Subscription kind of the Subscription.
TransactionError
Reasons a transaction might be rejected.