UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

6 lines (5 loc) 141 B
export interface UnsignedTransactionArgs { unsignedHexMessage: string; senderPrivateKey: string; senderPublicKey: string; }