setAnyEncodedBytes

open fun setAnyEncodedBytes(value: ByteString): Aptos.SigningInput.Builder
hex encoded function to sign, use it for smart contract approval (string)
string any_encoded = 8;

Return

This builder for chaining.

Parameters

value

The bytes for anyEncoded to set.