The request body for creating a new auth account, typically reserved for admin usage. The admin signs a JSON containing an "AccountCreate" method plus desired sub-account data.
method
The JSON string that was signed, containing the method and sub-account details.
The signature of the serialized JSON data, from the admin's private key.
The admin's Sui address, zero-padded if necessary.
The request body for creating a new auth account, typically reserved for admin usage. The admin signs a JSON containing an "AccountCreate"
methodplus desired sub-account data.