menu
octacore_alpha package
documentation
application_layer/stake/EditionStake.dart
EditionStake
stake method
stake method
dark_mode
light_mode
stake
method
Future
stake
(
int
amount
)
Implementation
Future<dynamic> stake(int amount) async { return contract.send("stake", [BigInt.from(amount)]); }
octacore_alpha package
documentation
application_layer/stake/EditionStake
EditionStake
stake method
EditionStake class