Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adyshimony/96dcbb79ba3382afa1bbebc1edc7dee9 to your computer and use it in GitHub Desktop.
Save adyshimony/96dcbb79ba3382afa1bbebc1edc7dee9 to your computer and use it in GitHub Desktop.
new indy transaction structure
{
status: 1,
message: "OK",
result: {
_id: "0x1ef9fa50d42c10a4ad93f476004c774f742b7ae0ed836cad37653ca671239e9f",
blockNumber: 5859531,
timeStamp: 1530047359,
blockHash: "0x7e740cd393fea196d81b0832fbb36714791694c690accb7a2a522c5c2c52a93f",
confirmations: 0,
hash: "0x1ef9fa50d42c10a4ad93f476004c774f742b7ae0ed836cad37653ca671239e9f",
nonce: 768160,
transactionIndex: 3,
from: "0x564286362092d8e7936f0549571a803b203aaced",
to: "0xd850942ef8811f2a866692a623011bde52a462c1",
destination: "0x0000000000000000000000001643749e65837813c7829a57e8648c7c07e524c1",
data: "0x00000000000000000000000000000000000000000000000106033bf82f600000",
logs: [{
data: "0x00000000000000000000000000000000000000000000000106033bf82f600000",
id: "log_3ec24eba",
topics: [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x000000000000000000000000564286362092d8e7936f0549571a803b203aaced",
"0x0000000000000000000000001643749e65837813c7829a57e8648c7c07e524c1"]
}
],
value: "0",
gas: 109542,
gasPrice: "51000000000",
input: "0xa9059cbb0000000000000000000000001643749e65837813c7829a57e8648c7c07e524c100000000000000000000000000000000000000000000000106033bf82f600000",
isError: 1,
gasUsed: 54771,
cumulativeGasUsed: 117771,
contractAddress: null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment