Index
Each of Bantu’s operations have unique response shapes. Below are the attributes that are common across individual operation objects.
See the generic Operation errors.
ATTRIBUTE
id
numberThe operation’s ID number.
paging_token
stringA cursor value for use in pagination.
type_i
numberA number indicating the operation type.
type
stringThe name of the operation type.
transaction_hash
stringA unique identifier for the transaction this operation belongs to.
transaction_successful
booleanIndicates if this operation was part of a successful transaction.
source_account
stringThe account that originates the operation.
created_at
stringThe date this operation was created.
{
"_links": {
"effects": {
"href": "/operations/402494270214144/effects/{?cursor,limit,order}",
"templated": true
},
"precedes": {
"href": "/operations?cursor=402494270214144&order=asc"
},
"self": {
"href": "/operations/402494270214144"
},
"succeeds": {
"href": "/operations?cursor=402494270214144&order=desc"
},
"transactions": {
"href": "/transactions/402494270214144"
}
},
"id": 402494270214144,
"paging_token": "402494270214144",
"type_i": 0,
"type": "create_account"
}Last updated
Was this helpful?