- All Known Implementing Classes:
Node.BlockchainAccount
,Node.BlockchainBlock
,Node.BlockchainMessage
,Node.BlockchainTransaction
public sealed interface Node
permits Node.BlockchainAccount, Node.BlockchainMessage, Node.BlockchainTransaction, Node.BlockchainBlock
This type is unstable;
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
**UNSTABLE** # Account type Recall that a smart contract and an account are the same thing in the context of the TON Blockchain, and that these terms can be used interchangeably, at least as long as only small (or “usual”) smart contracts are considered.static final record
**UNSTABLE** Block;static final record
**UNSTABLE** # Message type Message layout queries.static final record
**UNSTABLE** Transaction;