Documentation
    Preparing search index...

    Interface AccountInfo

    interface AccountInfo {
        address: string;
        balance: string;
        config: {
            derivationPath: string;
            network: Network;
            rpc: { token: string; url: string };
            unit?: { decimals: number; symbol: "FIL" | "tFIL" };
        };
        pubKey: string;
    }
    Index

    Properties

    address: string
    balance: string
    config: {
        derivationPath: string;
        network: Network;
        rpc: { token: string; url: string };
        unit?: { decimals: number; symbol: "FIL" | "tFIL" };
    }
    pubKey: string