UNPKG

@substrate/api-sidecar

Version:

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

7 lines (6 loc) 154 B
export interface IValidateAddrResponse { isValid: boolean; ss58Prefix: number | null; network: string | null; accountId: string | null; }