@polkadot/types
Version:
Implementation of the Parity codec
24 lines (23 loc) • 729 B
JavaScript
export const runtime = {
ValidateStatement: [
{
methods: {
valdate_statement: {
description: 'Validate the statement.',
params: [
{
name: 'source',
type: 'StatementStoreStatementSource'
},
{
name: 'statement',
type: 'SpStatementStoreStatement'
}
],
type: 'Result<StatementStoreValidStatement, StatementStoreInvalidStatement>'
}
},
version: 1
}
]
};