Type alias KeyAgentFactoryProps

KeyAgentFactoryProps: {
    accountIndex: number;
    chainId: ChainId;
    mnemonic: string;
    passphrase: string;
}

Type declaration

  • accountIndex: number
  • chainId: ChainId
  • mnemonic: string
  • passphrase: string

Generated using TypeDoc