wallet property

  1. @TagNumber(1)
WalletConfiguration wallet

Wallet configuration

Implementation

@$pb.TagNumber(1)
$2.WalletConfiguration get wallet => $_getN(0);
  1. @TagNumber(1)
void wallet=(WalletConfiguration v)

Implementation

@$pb.TagNumber(1)
set wallet($2.WalletConfiguration v) {
  setField(1, v);
}