Skip to main content

KeyManager.keyManagerSignEthTX() method

Signs Ethereum transaction

Signature:

keyManagerSignEthTX({ kid, transaction }: IKeyManagerSignEthTXArgs): Promise<string>;

Parameters

ParameterTypeDescription
{ kid, transaction }IKeyManagerSignEthTXArgs

Returns:

Promise<string>