wallet property

  1. @TagNumber(4)
WalletConfiguration wallet

Wallet configuration

Implementation

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

Implementation

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