v0.1.0-pre.026
This commit is contained in:
28
kb-onchain-transport/tests/fixtures/get_transaction_optional_absent.json
vendored
Normal file
28
kb-onchain-transport/tests/fixtures/get_transaction_optional_absent.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"slot": 103,
|
||||
"blockTime": null,
|
||||
"transaction": {
|
||||
"signatures": ["5fMCpSnW6zfEJrShJAFSTaye2dexqwVfErfeETB34kbkRriTSfD3uQxtzjn2ToyKeqakLbpcbrvq5eDBTbs4uCW"],
|
||||
"message": {
|
||||
"header": {
|
||||
"numRequiredSignatures": 1,
|
||||
"numReadonlySignedAccounts": 0,
|
||||
"numReadonlyUnsignedAccounts": 1
|
||||
},
|
||||
"accountKeys": [
|
||||
"11111111111111111111111111111111",
|
||||
"ComputeBudget111111111111111111111111111111"
|
||||
],
|
||||
"recentBlockhash": "11111111111111111111111111111111",
|
||||
"instructions": [
|
||||
{"programIdIndex": 1, "accounts": [0], "data": "7"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"err": null,
|
||||
"fee": 5000,
|
||||
"preBalances": [10000, 1],
|
||||
"postBalances": [5000, 1]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user