Type Alias SnapConfig

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

Type declaration

  • derivationPath: string

    The derivation path for the account

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