Other Structures
The following structures are available globally.
-
A length-enforced public key value represented in base 58.
See moreDeclaration
Swift
@dynamicMemberLookup public struct PublicKey : Codable -
The error a Solana SDK object throws when RawDataCoding fails.
See moreDeclaration
Swift
public struct RawDataCodingError -
Undocumented
Declaration
Swift
public struct SolanaNodeError : Error, Codable -
Undocumented
See moreDeclaration
Swift
public struct NoRPCRequestValue : Codable -
Undocumented
See moreDeclaration
Swift
public struct BlockHeightRequest : RPCRequest -
Undocumented
See moreDeclaration
Swift
public struct LargestAccountsRequest : RPCRequest -
Information associated with a given account.
See moreDeclaration
Swift
public struct AccountInfo : Codable -
Identity pubkey of the current node.
See moreDeclaration
Swift
public struct GetIdentityResult : Codable -
The current inflation governor.
Declaration
Swift
public struct GetInflationGovernorResult : Codable
Other Structures Reference