ConstructionDeriveResponse
ConstructionDeriveResponse is returned by the /construction/derive
endpoint.
Properties
Name | Type | Description | Required |
---|---|---|---|
address | String | [DEPRECATED by account_identifier in v1.4.4 ] Address in network-specific format. | False |
account_identifier | AccountIdentifier | The account_identifier uniquely identifies an account within a network. All fields in the account_identifier are utilized to determine this uniqueness (including the metadata field, if populated). | False |
metadata | Object | False |
Example
{
"address": "string",
"account_identifier": {
"address": "0x3a065000ab4183c6bf581dc1e55a605455fc6d61",
"sub_account": {
"address": "0x6b175474e89094c44da98b954eedeac495271d0f",
"metadata": {}
},
"metadata": {}
},
"metadata": {}
}