@@ -47,7 +47,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
47
47
48
48
// Get any transaction including an OP_RETURN output starting with a set of characters.
49
49
// `starts_with` mandatory argument admits:
50
- // - ASCII string type. example: `X2[`
51
50
// - hex encoded bytes. example: `0x589403`
52
51
{
53
52
" if_this" : {
@@ -72,7 +71,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
72
71
73
72
// Get any transaction including an OP_RETURN output ending with a set of characters
74
73
// `ends_with` mandatory argument admits:
75
- // - ASCII string type. example: `X2[`
76
74
// - hex encoded bytes. example: `0x589403`
77
75
{
78
76
" if_this" : {
@@ -86,7 +84,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
86
84
// Get any transaction including a p2pkh output paying a given recipient
87
85
// `p2pkh` construct admits:
88
86
// - string type. example: "mr1iPkD9N3RJZZxXRk7xF9d36gffa6exNC"
89
- // - hex encoded bytes type. example: "0x76a914ee9369fb719c0ba43ddf4d94638a970b84775f4788ac"
90
87
{
91
88
" if_this" : {
92
89
" scope" : " outputs" ,
@@ -97,7 +94,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
97
94
// Get any transaction including a p2sh output paying a given recipient
98
95
// `p2sh` construct admits:
99
96
// - string type. example: "2MxDJ723HBJtEMa2a9vcsns4qztxBuC8Zb2"
100
- // - hex encoded bytes type. example: "0x76a914ee9369fb719c0ba43ddf4d94638a970b84775f4788ac"
101
97
{
102
98
" if_this" : {
103
99
" scope" : " outputs" ,
@@ -431,7 +427,6 @@ The current `stacks` predicates supports the following `if_this` constructs:
431
427
{
432
428
" if_this" : {
433
429
" scope" : " stx_event" ,
434
- " asset_identifier" : " ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.monkey-sip09::monkeys" ,
435
430
" actions" : [" transfer" , " lock" ]
436
431
},
437
432
}
0 commit comments