SendArgs constructor
const
SendArgs({})
Implementation
const SendArgs({
required this.to,
required this.fee,
required this.memo,
required this.amount,
this.fromSubAccount,
this.createdAtTime,
});
const SendArgs({
required this.to,
required this.fee,
required this.memo,
required this.amount,
this.fromSubAccount,
this.createdAtTime,
});