UNPKG

@substrate/api-sidecar

Version:

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

9 lines (8 loc) 205 B
export interface IAccountConvert { ss58Prefix: number | null; network: string | null; address: string | null; accountId: string | null; scheme: string | null; publicKey: boolean; }