account property

  1. @TagNumber.new(1)
Any get account

account defines the account of the corresponding address.

Implementation

@$pb.TagNumber(1)
$46.Any get account => $_getN(0);
  1. @TagNumber.new(1)
set account (Any v)

Implementation

@$pb.TagNumber(1)
set account($46.Any v) { setField(1, v); }