UNPKG

@polkadot/types

Version:
65 lines (64 loc) 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runtime = void 0; exports.runtime = { TaggedTransactionQueue: [ { methods: { validate_transaction: { description: 'Validate the transaction.', params: [ { name: 'source', type: 'TransactionSource' }, { name: 'tx', type: 'Extrinsic' }, { name: 'blockHash', type: 'BlockHash' } ], type: 'TransactionValidity' } }, version: 3 }, { methods: { validate_transaction: { description: 'Validate the transaction.', params: [ { name: 'source', type: 'TransactionSource' }, { name: 'tx', type: 'Extrinsic' } ], type: 'TransactionValidity' } }, version: 2 }, { methods: { validate_transaction: { description: 'Validate the transaction.', params: [ { name: 'tx', type: 'Extrinsic' } ], type: 'TransactionValidity' } }, version: 1 } ] };