SnapConfig: {
    derivationPath: string;
    network: "mainnet" | "testnet";
    rpc: {
        token: string;
        url: string;
    };
    unit?: {
        decimals: number;
        symbol: "FIL" | "tFIL";
    };
}

Type declaration

  • derivationPath: string
  • network: "mainnet" | "testnet"
  • rpc: {
        token: string;
        url: string;
    }
    • token: string
    • url: string
  • Optional unit?: {
        decimals: number;
        symbol: "FIL" | "tFIL";
    }
    • decimals: number
    • symbol: "FIL" | "tFIL"

Generated using TypeDoc