Type Alias Account

Account: StorageDescriptor<
    [Key: SS58String],
    {
        consumers: number;
        data: { flags: bigint; free: bigint; frozen: bigint; reserved: bigint };
        nonce: number;
        providers: number;
        sufficients: number;
    },
    false,
    never,
>

The full account information for a particular account ID.