setCoinSymbolBytes

open fun setCoinSymbolBytes(value: ByteString): FIO.PublicAddress.Builder
Coin symbol for the address (a.k.a. tokenCode)
string coin_symbol = 1;

Return

This builder for chaining.

Parameters

value

The bytes for coinSymbol to set.