value property
How much ether to send to to. This can be null, as some transactions that call a contracts method won't have to send ether.
Implementation
final EtherAmount? value;
How much ether to send to to. This can be null, as some transactions that call a contracts method won't have to send ether.
final EtherAmount? value;