UNPKG

@substrate/api-sidecar

Version:

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

10 lines (9 loc) 218 B
import { IAt, IEraPayouts } from '.'; export interface IAccountStakingPayouts { at: IAt; erasPayouts: (IEraPayouts | { message: string; })[]; rcBlockNumber?: string; ahTimestamp?: string; }