Interface UnsignedTransactionArgs

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

Properties

senderPrivateKey: string
senderPublicKey: string
unsignedHexMessage: string