@polymeshassociation/polymesh-types
Version:
Substrate types used in Polymesh chain
41 lines • 1.01 kB
TypeScript
declare const _default: {
rpc: {
getExecuteInstructionInfo: {
description: string;
params: {
name: string;
type: string;
isOptional: boolean;
}[];
type: string;
};
getAffirmationCount: {
description: string;
params: {
name: string;
type: string;
isOptional: boolean;
}[];
type: string;
};
getExecuteInstructionReport: {
description: string;
params: {
name: string;
type: string;
}[];
type: string;
};
getTransferReport: {
description: string;
params: {
name: string;
type: string;
}[];
type: string;
};
};
types: {};
};
export default _default;
//# sourceMappingURL=definitions.d.ts.map