Config: {
    chain: string;
    chainId: number;
    contractAddress: string;
    identityContractAddress: string;
    maxGasPrice: number;
    pvtKey?: string;
    rootPvtKey: string;
    rpcUrl: string;
    stage: string;
    walletExpiryDays: number;
}

Type declaration

  • chain: string
  • chainId: number
  • contractAddress: string
  • identityContractAddress: string
  • maxGasPrice: number
  • Optional pvtKey?: string
  • rootPvtKey: string
  • rpcUrl: string
  • stage: string
  • walletExpiryDays: number

Remarks

type definition for sdk config

Generated using TypeDoc