interface SubmitCardanoTransactionDto {
    signedTx: string;
}

Properties

Properties

signedTx: string

The signed transaction in CBOR hex format

Example

"84a50081825820..."