RawMessageData

data class RawMessageData(val messages: List<UnsignedRawMessage>, val algorithm: Algorithm? = null)

Created by Fireblocks Ltd. on 11/11/2024.

Parameters

messages

List of UnsignedRawMessage. The messages that should be signed

algorithm

(optional) The algorithm which will be used to sign the transaction, one of the Algorithm values.

Constructors

Link copied to clipboard
constructor(messages: List<UnsignedRawMessage>, algorithm: Algorithm? = null)

Properties

Link copied to clipboard
val algorithm: Algorithm? = null
Link copied to clipboard