UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

5 lines (4 loc) 122 B
export interface IPaysFee { paysFee: unknown; } export declare function isPaysFee(thing: unknown): thing is IPaysFee;