UNPKG

@substrate/api-sidecar

Version:

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

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