menu
agent_dart_base package
documentation
wallet/ledger.dart
SendOpts
SendOpts const constructor
SendOpts const constructor
dark_mode
light_mode
SendOpts
constructor
const
SendOpts
(
{
BigInt
?
fee
,
BigInt
?
memo
,
int
?
fromSubAccount
,
DateTime
?
createAtTime
,
})
Implementation
const SendOpts({ this.fee, this.memo, this.fromSubAccount, this.createAtTime, });
agent_dart_base package
documentation
wallet/ledger
SendOpts
SendOpts const constructor
SendOpts class