UNPKG

sails-js

Version:

Typescript library for working with Sails programs

4 lines (3 loc) 262 B
import { GearCoreErrorsSimpleReplyCode } from '@gear-js/api'; import { TypeRegistry } from '@polkadot/types'; export declare function throwOnErrorReply(code: GearCoreErrorsSimpleReplyCode, payload: Uint8Array, specVersion: number, registry: TypeRegistry): void;