generated/lib/api library
Classes
- AccountApi
- AccountInfo
- AirdropApi
- ApiClient
- ApiKeyAuth
- AppApi
- AppConfig
- AppConfigApi
- AppConfigApp
- AppConfigCluster
- AppConfigEnvironment
- AppConfigMint
- AppHealth
- Authentication
- BalanceResponse
- BalanceToken
- CloseAccountRequest
- ClusterType
- ClusterTypeTypeTransformer
- Transformation class that can encode an instance of ClusterType to String, and decode dynamic data back to ClusterType.
- Commitment
- CommitmentTypeTransformer
- Transformation class that can encode an instance of Commitment to String, and decode dynamic data back to Commitment.
- CompiledInnerInstruction
- CompiledInstruction
- ConfirmationStatus
- ConfirmationStatusTypeTransformer
- Transformation class that can encode an instance of ConfirmationStatus to String, and decode dynamic data back to ConfirmationStatus.
- ConfirmedSignatureInfo
- ConfirmedTransactionMeta
- Context
- CreateAccountRequest
- DeserializationMessage
- Primarily intended for use in an isolate.
- GetTransactionResponse
- HistoryResponse
- HttpBasicAuth
- HttpBearerAuth
- LatestBlockhashResponse
- MakeTransferRequest
- MinimumRentExemptionBalanceResponse
- OAuth
- QueryParam
- RequestAirdropRequest
- RequestAirdropResponse
- RpcResponseAndContext
- SignatureStatus
- TokenAmount
- TokenBalance
- TokenInfo
- Transaction
- TransactionApi
- TransactionData
- TransactionError
- TransactionErrorType
- TransactionErrorTypeTypeTransformer
- Transformation class that can encode an instance of TransactionErrorType to String, and decode dynamic data back to TransactionErrorType.
- TransactionResponse
- TransactionStatus
- TransactionStatusTypeTransformer
- Transformation class that can encode an instance of TransactionStatus to String, and decode dynamic data back to TransactionStatus.
Properties
- defaultApiClient ↔ ApiClient
-
getter/setter pair
Functions
-
deserializeAsync(
DeserializationMessage message) → Future - Primarily intended for use in an isolate.
-
mapCastOfType<
K, V> (dynamic map, String key) → Map< K, V> ? -
Returns a valid Map<K, V> found at the specified Map
key
, null otherwise. -
mapDateTime(
dynamic map, String key, [String? pattern]) → DateTime? -
Returns a valid DateTime found at the specified Map
key
, null otherwise. -
mapValueOfType<
T> (dynamic map, String key) → T? -
Returns a valid
T
value found at the specified Mapkey
, null otherwise. -
parameterToString(
dynamic value) → String - Format the given parameter object into a String.
-
serializeAsync(
Object? value) → Future< String> - Primarily intended for use in an isolate.
Typedefs
- HttpBearerAuthProvider = String Function()