# Packages
No description provided by the author
# Functions
DeserializeDomainTransaction Deserialize a Transaction to an *externalapi.DomainTransaction.
DeserializePartiallySignedTransaction deserializes a byte slice into PartiallySignedTransaction.
SerializeDomainTransaction Serialize a *externalapi.DomainTransaction.
SerializePartiallySignedTransaction serializes a PartiallySignedTransaction.
# Structs
PartiallySignedInput represents an input signed only by some of the relevant parties.
PartiallySignedTransaction is a type that is intended to be transferred between multiple parties so each party will be able to sign the transaction before it's fully signed.
PubKeySignaturePair is a pair of public key and (potentially) its associated signature.