DfnsWalletOptions: {
    dfnsClient: DfnsApiClient;
    maxRetries?: number;
    retryInterval?: number;
    walletId: string;
}

Type declaration

  • dfnsClient: DfnsApiClient
  • Optional maxRetries?: number

    Deprecated

    transaction signing is now synchronous. polling is deprecated.

  • Optional retryInterval?: number

    Deprecated

    transaction signing is now synchronous. polling is deprecated.

  • walletId: string

Generated using TypeDoc