package
0.0.0-20240523010752-c00cce19981a
Repository: https://github.com/gordanet/gord.git
Documentation: pkg.go.dev
# 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.