@@ -253,6 +253,7 @@ describe('api tests', () => {
253
253
token_transfer_memo : Buffer . from ( 'hi' ) ,
254
254
token_transfer_recipient_address : 'none' ,
255
255
status : 1 ,
256
+ raw_result : '0x0100000000000000000000000000000001' , // u1
256
257
canonical : true ,
257
258
post_conditions : Buffer . from ( [ 0x01 , 0xf5 ] ) ,
258
259
fee_rate : BigInt ( 1234 ) ,
@@ -287,6 +288,7 @@ describe('api tests', () => {
287
288
token_transfer_memo : Buffer . from ( 'hi' ) ,
288
289
token_transfer_recipient_address : addr2 ,
289
290
status : 1 ,
291
+ raw_result : '0x0100000000000000000000000000000001' , // u1
290
292
canonical : true ,
291
293
post_conditions : Buffer . from ( [ 0x01 , 0xf5 ] ) ,
292
294
fee_rate : BigInt ( 1234 ) ,
@@ -487,6 +489,7 @@ describe('api tests', () => {
487
489
block_hash : '0x9876' ,
488
490
burn_block_time : 2837565 ,
489
491
status : 1 ,
492
+ raw_result : '0x0100000000000000000000000000000001' , // u1
490
493
post_conditions : Buffer . from ( [ 0x01 , 0xf5 ] ) ,
491
494
fee_rate : BigInt ( 1234 ) ,
492
495
sponsored : false ,
@@ -1029,6 +1032,7 @@ describe('api tests', () => {
1029
1032
type_id : DbTxTypeId . Coinbase ,
1030
1033
coinbase_payload : Buffer . from ( 'coinbase hi' ) ,
1031
1034
status : 1 ,
1035
+ raw_result : '0x0100000000000000000000000000000001' , // u1
1032
1036
canonical : true ,
1033
1037
post_conditions : Buffer . from ( [ 0x01 , 0xf5 ] ) ,
1034
1038
fee_rate : BigInt ( 1234 ) ,
0 commit comments