TokenBalance constructor
const
TokenBalance({
- required num accountIndex,
- required String mint,
- required String owner,
- required UITokenAmount uiTokenAmount,
The Solana runtime records the cross-program instructions that are invoked during transaction processing and makes these available for greater transparency of what was executed on-chain per transaction instruction.
Implementation
const TokenBalance({
required this.accountIndex,
required this.mint,
required this.owner,
required this.uiTokenAmount,
});