picasso-sdk
Version:
Picasso sdk for cosmos, ethereum, solana, and polkadot ibc transfer
35 lines (34 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {},
types: {
PalletDemocracyVoteVoting: {
_enum: {
delegating: {
balance: 'Balance',
target: 'AccountId32',
conviction: 'Null',
delegations: {
votes: 'Null',
capital: 'Null'
},
prior: 'Null'
},
direct: {
votes: 'Vec<Null>',
delegations: {
votes: 'u128',
capital: 'u128',
prior: 'Null'
}
}
}
},
PalletDemocracyVoteThreshold: 'Null',
PalletDemocracyPreimageStatus: 'Null',
PalletDemocracyReferendumInfo: 'Null',
PalletPreimageRequestStatus: 'Null',
PalletDemocracyReleases: 'Null'
}
};