DeliverParcelArgs

data class DeliverParcelArgs(val parcelSerialized: ByteArray, val deliverySigner: Signer)

Arguments passed to the deliverParcel() method of the PDC client.

Constructors

Link copied to clipboard
constructor(parcelSerialized: ByteArray, deliverySigner: Signer)

Properties

Link copied to clipboard
val deliverySigner: Signer
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int