Class SigningCoordinator<WalletMetadata, AccountMetadata>

Type Parameters

  • WalletMetadata extends {}

  • AccountMetadata extends {}

Hierarchy

  • SigningCoordinator

Implements

Constructors

Properties

#hwOptions: TrezorConfig
#keyAgentFactory: {
    InMemory: ((props: InMemoryKeyAgentProps) => InMemoryKeyAgent);
    Ledger: ((props: LedgerKeyAgentProps) => LedgerKeyAgent);
    Trezor: ((props: TrezorKeyAgentProps) => TrezorKeyAgent);
}

Type declaration

#logger: Logger
signDataRequest$: Subject<SignDataRequest<WalletMetadata, AccountMetadata>> = ...
transactionWitnessRequest$: Subject<TransactionWitnessRequest<WalletMetadata, AccountMetadata>> = ...

Methods

Generated using TypeDoc