menu
particle_auth package
documentation
model/chain_info.dart
ChainInfo
isEIP1559Supported method
isEIP1559Supported method
dark_mode
light_mode
isEIP1559Supported
method
bool
isEIP1559Supported
(
)
Implementation
bool isEIP1559Supported() { return features.map((e) => e.name).contains('EIP1559'); }
particle_auth package
documentation
model/chain_info
ChainInfo
isEIP1559Supported method
ChainInfo class