@polkadot/types
Version:
Implementation of the Parity codec
19 lines (18 loc) • 451 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {},
types: {
ActiveRecovery: {
created: 'BlockNumber',
deposit: 'Balance',
friends: 'Vec<AccountId>'
},
RecoveryConfig: {
delayPeriod: 'BlockNumber',
deposit: 'Balance',
friends: 'Vec<AccountId>',
threshold: 'u16'
}
}
};
;