UNPKG

1.83 kBJavaScriptView Raw
1export const runtime = {
2 TaggedTransactionQueue: [
3 {
4 methods: {
5 validate_transaction: {
6 description: 'Validate the transaction.',
7 params: [
8 {
9 name: 'source',
10 type: 'TransactionSource'
11 },
12 {
13 name: 'tx',
14 type: 'Extrinsic'
15 },
16 {
17 name: 'blockHash',
18 type: 'BlockHash'
19 }
20 ],
21 type: 'TransactionValidity'
22 }
23 },
24 version: 3
25 },
26 {
27 methods: {
28 validate_transaction: {
29 description: 'Validate the transaction.',
30 params: [
31 {
32 name: 'source',
33 type: 'TransactionSource'
34 },
35 {
36 name: 'tx',
37 type: 'Extrinsic'
38 }
39 ],
40 type: 'TransactionValidity'
41 }
42 },
43 version: 2
44 },
45 {
46 methods: {
47 validate_transaction: {
48 description: 'Validate the transaction.',
49 params: [
50 {
51 name: 'tx',
52 type: 'Extrinsic'
53 }
54 ],
55 type: 'TransactionValidity'
56 }
57 },
58 version: 1
59 }
60 ]
61};