None
None
{
"Enum": [
{
"Nonce": {
"account": "<AccountAddress>",
"nonce": "<UInt64>"
}
},
{
"TokenMetadata": {
"metadata_url": {
"hash": {
"Enum": [
{
"None": []
},
{
"Some": [
"<String of size 64 containing lowercase hex characters.>"
]
}
]
},
"url": "<String>"
},
"token_id": "<String with lowercase hex>"
}
},
{
"UpdateOperator": {
"operator": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"owner": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"update": {
"Enum": [
{
"Remove": []
},
{
"Add": []
}
]
}
}
},
{
"Burn": {
"amount": "<String of size at most 74 containing an unsigned integer.>",
"owner": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"token_id": "<String with lowercase hex>"
}
},
{
"Mint": {
"amount": "<String of size at most 74 containing an unsigned integer.>",
"owner": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"token_id": "<String with lowercase hex>"
}
},
{
"Transfer": {
"amount": "<String of size at most 74 containing an unsigned integer.>",
"from": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"to": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"token_id": "<String with lowercase hex>"
}
}
]
}
None
None
{
"all_nonces": [
[
"<AccountAddress>",
"<UInt64>"
]
],
"all_tokens": [
"<String with lowercase hex>"
],
"state": [
[
{
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
{
"operators": [
{
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
}
],
"owned_tokens": [
"<String with lowercase hex>"
]
}
]
]
}
{
"owner": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
}
}
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
None
[
{
"amount": "<String of size at most 74 containing an unsigned integer.>",
"data": [
"<UInt8>"
],
"from": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"to": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"<String>"
]
}
]
},
"token_id": "<String with lowercase hex>"
}
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
None
{
"contract_address": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"entry_point": "<String>",
"nonce": "<UInt64>",
"payload": [
"<UInt8>"
],
"timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
}
None
None
{
"message": {
"contract_address": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"entry_point": "<String>",
"nonce": "<UInt64>",
"payload": [
"<UInt8>"
],
"timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
},
"signature": [
[
"<UInt8>",
[
[
"<UInt8>",
{
"Enum": [
{
"Ed25519": [
"<String of size 128 containing lowercase hex characters.>"
]
}
]
}
]
]
]
],
"signer": "<AccountAddress>"
}
None
[
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>",
"<UInt8>"
]
{
"message": {
"contract_address": {
"index": "<UInt64>",
"subindex": "<UInt64>"
},
"entry_point": "<String>",
"nonce": "<UInt64>",
"payload": [
"<UInt8>"
],
"timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
},
"signature": [
[
"<UInt8>",
[
[
"<UInt8>",
{
"Enum": [
{
"Ed25519": [
"<String of size 128 containing lowercase hex characters.>"
]
}
]
}
]
]
]
],
"signer": "<AccountAddress>"
}
None
None
[
{
"operator": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"update": {
"Enum": [
{
"Remove": []
},
{
"Add": []
}
]
}
}
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
None
[
{
"address": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"owner": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
}
}
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
"<Bool>"
]
[
{
"address": {
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
"token_id": "<String with lowercase hex>"
}
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
"<String of size at most 74 containing an unsigned integer.>"
]
[
"<AccountAddress>"
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
{
"Enum": [
{
"None": []
},
{
"Some": [
{
"keys": [
[
"<UInt8>",
{
"keys": [
[
"<UInt8>",
{
"Enum": [
{
"Ed25519": [
"<String of size 64 containing lowercase hex characters.>"
]
}
]
}
]
],
"threshold": "<UInt8>"
}
]
],
"threshold": "<UInt8>"
}
]
}
]
}
]
[
"<AccountAddress>"
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
"<UInt64>"
]
[
"<String with lowercase hex>"
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
{
"hash": {
"Enum": [
{
"None": []
},
{
"Some": [
"<String of size 64 containing lowercase hex characters.>"
]
}
]
},
"url": "<String>"
}
]
[
"<String>"
]
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
{
"Enum": [
{
"NoSupport": []
},
{
"Support": []
},
{
"SupportBy": [
[
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
]
}
]
}
]
{
"queries": [
"<String>"
]
}
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
[
{
"Enum": [
{
"NoSupport": []
},
{
"Support": []
},
{
"SupportBy": [
[
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
]
}
]
}
]
{
"id": "<String>",
"implementors": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
{
"Enum": [
{
"InvalidTokenId": []
},
{
"InsufficientFunds": []
},
{
"Unauthorized": []
},
{
"Custom": [
{
"Enum": [
{
"ParseParams": []
},
{
"LogFull": []
},
{
"LogMalformed": []
},
{
"AccountDoesNotExist": []
},
{
"TokenIdAlreadyExists": []
},
{
"MaxTokenID": []
},
{
"InvokeContractError": []
},
{
"MissingAccount": []
},
{
"MalformedData": []
},
{
"WrongSignature": []
},
{
"NonceMismatch": []
},
{
"WrongContract": []
},
{
"WrongEntryPoint": []
},
{
"Expired": []
}
]
}
]
}
]
}
None
None
None
None
None
None
None
None
None
None
None
None
None
Address |
---|
🗎<6669,0> |