export interface UnsignedTransactionArgs { unsignedHexMessage: string; senderPrivateKey: string; senderPublicKey: string; }