@open-web3/orml-type-definitions
Version:
Polkadot.js type definitions for Open Runtime Module Library (ORML)
46 lines (45 loc) • 1.17 kB
TypeScript
declare const _default: {
rpc: {
getValue: {
description: string;
params: ({
name: string;
type: string;
isHistoric?: undefined;
isOptional?: undefined;
} | {
name: string;
type: string;
isHistoric: boolean;
isOptional: boolean;
})[];
type: string;
};
getAllValues: {
description: string;
params: ({
name: string;
type: string;
isHistoric?: undefined;
isOptional?: undefined;
} | {
name: string;
type: string;
isHistoric: boolean;
isOptional: boolean;
})[];
type: string;
};
};
types: {
RpcDataProviderId: string;
DataProviderId: string;
TimestampedValue: {
value: string;
timestamp: string;
};
TimestampedValueOf: string;
OrderedSet: string;
};
};
export default _default;