menu
solana package
documentation
dto.dart
StakeDelegatedAccountInfo
StakeDelegatedAccountInfo const constructor
StakeDelegatedAccountInfo const constructor
dark_mode
light_mode
StakeDelegatedAccountInfo
constructor
const
StakeDelegatedAccountInfo
(
{
required
StakeMeta
meta
,
required
Stake
stake
,
})
Implementation
const StakeDelegatedAccountInfo({ required this.meta, required this.stake, });
solana package
documentation
dto
StakeDelegatedAccountInfo
StakeDelegatedAccountInfo const constructor
StakeDelegatedAccountInfo class