ton_client_dart library
Classes
- Abi
- Abi_Contract
- Abi_Handle
- Abi_Json
- Abi_Serialized
- AbiConfig
- AbiContract
- AbiData
- AbiEvent
- AbiFunction
- AbiParam
- AccountForExecutor
- AccountForExecutor_Account
- Account state to run message
- AccountForExecutor_None
-
Non-existing account to run a creation internal message.
Should be used with
skip_transaction_check = true
if the message has no deploy data since transactions on the uninitialized account are always aborted - AccountForExecutor_Uninit
- Emulate uninitialized account to run deploy message
- AddressStringFormat
- AddressStringFormat_AccountId
- AddressStringFormat_Base64
- AddressStringFormat_Hex
- BuildInfoDependency
- CallSet
- ClientConfig
- ClientError
- CryptoConfig
- DecodedMessageBody
- DecodedOutput
- DeploySet
- ExecutionOptions
- FunctionHeader
- The ABI function header. [...]
- KeyPair
- MessageBodyType
- MessageSource
- MessageSource_Encoded
- MessageSource_EncodingParams
- NetworkConfig
- OrderBy
- ParamsOfAttachSignature
- ParamsOfAttachSignatureToMessageBody
- ParamsOfChaCha20
- ParamsOfConvertAddress
- ParamsOfConvertPublicKeyToTonSafeFormat
- ParamsOfDecodeMessage
- ParamsOfDecodeMessageBody
- ParamsOfEncodeAccount
- ParamsOfEncodeMessage
- ParamsOfEncodeMessageBody
- ParamsOfFactorize
- ParamsOfGenerateRandomBytes
- ParamsOfGetBlockchainConfig
- ParamsOfGetBocHash
- ParamsOfHash
- ParamsOfHDKeyDeriveFromXPrv
- ParamsOfHDKeyDeriveFromXPrvPath
- ParamsOfHDKeyPublicFromXPrv
- ParamsOfHDKeySecretFromXPrv
- ParamsOfHDKeyXPrvFromMnemonic
- ParamsOfMnemonicDeriveSignKeys
- ParamsOfMnemonicFromEntropy
- ParamsOfMnemonicFromRandom
- ParamsOfMnemonicVerify
- ParamsOfMnemonicWords
- ParamsOfModularPower
- ParamsOfNaclBox
- ParamsOfNaclBoxKeyPairFromSecret
- ParamsOfNaclBoxOpen
- ParamsOfNaclSecretBox
- ParamsOfNaclSecretBoxOpen
- ParamsOfNaclSign
- ParamsOfNaclSignKeyPairFromSecret
- ParamsOfNaclSignOpen
- ParamsOfParse
- ParamsOfParseShardstate
- ParamsOfProcessMessage
- ParamsOfQueryCollection
- ParamsOfRunExecutor
- ParamsOfRunGet
- ParamsOfRunTvm
- ParamsOfScrypt
- ParamsOfSendMessage
- ParamsOfSign
- ParamsOfSubscribeCollection
- ParamsOfTonCrc16
- ParamsOfVerifySignature
- ParamsOfWaitForCollection
- ParamsOfWaitForTransaction
- ProcessingEvent
- ProcessingEvent_DidSend
- Notifies the app that the message was sent to the network.
- ProcessingEvent_FetchFirstBlockFailed
- Notifies the app that the client has failed to fetch current shard block. [...]
- ProcessingEvent_FetchNextBlockFailed
- Notifies the app that the next block can't be fetched due to error. [...]
- ProcessingEvent_MessageExpired
- Notifies the app that the message was expired. [...]
- ProcessingEvent_SendFailed
- Notifies the app that the sending operation was failed with network error. [...]
- ProcessingEvent_WillFetchFirstBlock
- Notifies the app that the current shard block will be fetched from the network. [...]
- ProcessingEvent_WillFetchNextBlock
- Notifies the app that the next shard block will be fetched from the network. [...]
- ProcessingEvent_WillSend
- Notifies the app that the message will be sent to the network.
- ResultOfAttachSignature
- ResultOfAttachSignatureToMessageBody
- ResultOfBuildInfo
- ResultOfChaCha20
- ResultOfConvertAddress
- ResultOfConvertPublicKeyToTonSafeFormat
- ResultOfEncodeAccount
- ResultOfEncodeMessage
- ResultOfEncodeMessageBody
- ResultOfFactorize
- ResultOfGenerateRandomBytes
- ResultOfGetApiReference
- ResultOfGetBlockchainConfig
- ResultOfGetBocHash
- ResultOfHash
- ResultOfHDKeyDeriveFromXPrv
- ResultOfHDKeyDeriveFromXPrvPath
- ResultOfHDKeyPublicFromXPrv
- ResultOfHDKeySecretFromXPrv
- ResultOfHDKeyXPrvFromMnemonic
- ResultOfMnemonicFromEntropy
- ResultOfMnemonicFromRandom
- ResultOfMnemonicVerify
- ResultOfMnemonicWords
- ResultOfModularPower
- ResultOfNaclBox
- ResultOfNaclBoxOpen
- ResultOfNaclSign
- ResultOfNaclSignDetached
- ResultOfNaclSignOpen
- ResultOfParse
- ResultOfProcessMessage
- ResultOfQueryCollection
- ResultOfRunExecutor
- ResultOfRunGet
- ResultOfRunTvm
- ResultOfScrypt
- ResultOfSendMessage
- ResultOfSign
- ResultOfSubscribeCollection
- ResultOfTonCrc16
- ResultOfVerifySignature
- ResultOfVersion
- ResultOfWaitForCollection
- Signer
- Signer_External
-
Only public key is provided in unprefixed hex string format to generate unsigned message
and
data_to_sign
which can be signed later. - Signer_Keys
- Key pair is provided for signing
- Signer_None
- No keys are provided. Creates an unsigned message.
- Signer_SigningBox
- Signing Box interface is provided for signing, allows Dapps to sign messages using external APIs, such as HSM, cold wallet, etc.
- SortDirection
- StateInitParams
- StateInitSource
- StateInitSource_Message
- Deploy message.
- StateInitSource_StateInit
- State init data.
- StateInitSource_Tvc
-
Content of the TVC file. Encoded in
base64
. - TonClient
- TonSdkStructure
- TransactionFees