UNPKG
@bitgo-forks/avalanchejs
Version:
latest (4.1.0-alpha.1)
master (4.1.0-alpha.3)
4.1.0-alpha.3
4.1.0-alpha.2
4.1.0-alpha.1
Avalanche Platform JS Library
github.com/BitGo/avalanchejs
BitGo/avalanchejs
@bitgo-forks/avalanchejs
/
dist
/
es
/
signer
/
addTxSignatures.d.ts
6 lines
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
UnsignedTx
}
from
'../vms/common/unsignedTx'
;
export
declare
const
addTxSignatures
:
(
{ unsignedTx, privateKeys, }: { unsignedTx: UnsignedTx; privateKeys:
Uint8Array
[]; }
) =>
Promise
<
void
>;
//# sourceMappingURL=addTxSignatures.d.ts.map