KeyManager.keyManagerSignEthTX() method
Signs Ethereum transaction
Signature:
keyManagerSignEthTX({ kid, transaction }: IKeyManagerSignEthTXArgs): Promise<string>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| { kid, transaction } | IKeyManagerSignEthTXArgs |
Returns:
Promise<string>