menu
coin package
documentation
coin_evm.dart
InvokeBuilder
withNonce method
withNonce method
dark_mode
light_mode
withNonce
method
InvokeBuilder
withNonce
(
BigInt
n
)
Implementation
InvokeBuilder withNonce(BigInt n) { nonce = n; return this; }
coin package
documentation
coin_evm
InvokeBuilder
withNonce method
InvokeBuilder class