Skip to content

Error Sending Transaction. #19

@ArunBabu98

Description

@ArunBabu98

When I try sending a transaction, it throws, Error: submit cbor transaction: request is not validBad Request "transaction read error RawCborDecodeError"

Code:

var txResult = await wallet.sendAda(
toAddress: toAddress,
lovelace: ada * BigInt.from(3),
logTx: true,
logTxHex: true);
txResult.when(
ok: (tx) => prints(tx.hashHex),
err: (message) => print("Error: $message"),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions