# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Enum value maps for AccountType.
Enum value maps for AccountType.
No description provided by the author
Enum value maps for Response_Result.
Enum value maps for Response_Result.

# Structs

AppInstallId is a unque ID tied to a client app installation.
AppInstallIdValidationError is the validation error returned by AppInstallId.Validate if the designated constraints aren't met.
Blockhash is a raw binary Solana blockchash.
BlockhashValidationError is the validation error returned by Blockhash.Validate if the designated constraints aren't met.
No description provided by the author
ChatIdValidationError is the validation error returned by ChatId.Validate if the designated constraints aren't met.
No description provided by the author
ClientPongValidationError is the validation error returned by ClientPong.Validate if the designated constraints aren't met.
DataContainerId is a globally unique identifier for a container where a user can store a copy of their data.
DataContainerIdValidationError is the validation error returned by DataContainerId.Validate if the designated constraints aren't met.
DeviceToken is an opaque token used to verify whether a device real.
DeviceTokenValidationError is the validation error returned by DeviceToken.Validate if the designated constraints aren't met.
Domain is a hostname.
DomainValidationError is the validation error returned by Domain.Validate if the designated constraints aren't met.
Hash is a raw binary 32 byte hash value.
HashValidationError is the validation error returned by Hash.Validate if the designated constraints aren't met.
InstructionAccount is an account public key used within the context of an instruction.
InstructionAccountValidationError is the validation error returned by InstructionAccount.Validate if the designated constraints aren't met.
IntentId is a client-side generated ID that maps to an intent to perform actions on the blockchain fulfilled by the Code sequencer.
IntentIdValidationError is the validation error returned by IntentId.Validate if the designated constraints aren't met.
Locale is a user locale consisting of a combination of language, script and region.
LocaleValidationError is the validation error returned by Locale.Validate if the designated constraints aren't met.
PhoneNumber is an E.164 phone number.
PhoneNumberValidationError is the validation error returned by PhoneNumber.Validate if the designated constraints aren't met.
Relationship is a set of identifiers that a user can establish a relationship with.
No description provided by the author
RelationshipValidationError is the validation error returned by Relationship.Validate if the designated constraints aren't met.
Request is a generic wrapper for gRPC requests.
RequestValidationError is the validation error returned by Request.Validate if the designated constraints aren't met.
Response is a generic wrapper for gRPC responses.
ResponseValidationError is the validation error returned by Response.Validate if the designated constraints aren't met.
No description provided by the author
ServerPingValidationError is the validation error returned by ServerPing.Validate if the designated constraints aren't met.
Signature is a raw binary Ed25519 signature.
SignatureValidationError is the validation error returned by Signature.Validate if the designated constraints aren't met.
SolanaAccountId is a raw binary Ed25519 public key for a Solana account.
SolanaAccountIdValidationError is the validation error returned by SolanaAccountId.Validate if the designated constraints aren't met.
Transaction is a raw binary Solana transaction.
TransactionValidationError is the validation error returned by Transaction.Validate if the designated constraints aren't met.
UserId is a globally unique identifier for a user within Code Note: Users outside Code are modelled as relationship accounts.
UserIdValidationError is the validation error returned by UserId.Validate if the designated constraints aren't met.
UUID is a 16 byte UUID value.
UUIDValidationError is the validation error returned by UUID.Validate if the designated constraints aren't met.

# Type aliases

AccountType associates a type to an account, which infers how an account is used within the Code ecosystem.
No description provided by the author