import {OldTypesBundle} from "../types" export const bundle: OldTypesBundle = { types: { ParachainAccountIdOf: "AccountId", Proof: { leafHash: "Hash", sortedHashes: "Vec" }, ProxyType: { _enum: [ "Any", "NonTransfer", "Governance", "_Staking", "NonProxy" ] }, RelayChainAccountId: "AccountId", RootHashOf: "Hash", Fee: { key: 'Hash', price: 'Balance' }, PreCommitData: { signingRoot: 'Hash', identity: 'AccountId', expiration_block: 'BlockNumber' } } }