setAccountAddressBytes

open fun setAccountAddressBytes(value: ByteString): Aptos.StructTag.Builder
Address of the account
string account_address = 1;

Return

This builder for chaining.

Parameters

value

The bytes for accountAddress to set.