Add Pub Address
Acion for adding public chain addresses to a FIO name; add_pub_address
Note: actor is not needed, computed from private key
Content copied to clipboard
TW.FIO.Proto.Action.AddPubAddress
Types
Functions
Link copied to clipboard
Link copied to clipboard
The FIO name already registered to the owner. Ex.: "alice@trust"
Content copied to clipboard
string fio_address = 1;
Link copied to clipboard
The FIO name already registered to the owner. Ex.: "alice@trust"
Content copied to clipboard
string fio_address = 1;
Link copied to clipboard
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
Content copied to clipboard
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
Content copied to clipboard
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
Content copied to clipboard
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
Content copied to clipboard
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
Content copied to clipboard
repeated .TW.FIO.Proto.PublicAddress public_addresses = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AddPubAddress
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AddPubAddress