public class NotarisationPayload
Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.
public NotarisationPayload(@NotNull
java.lang.Object transaction,
@NotNull
NotarisationRequestSignature requestSignature)
Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.
@NotNull public SignedTransaction getSignedTransaction()
A helper for automatically casting the underlying transaction payload to a class SignedTransaction.
Should only be used by validating notaries.
class SignedTransaction@NotNull public CoreTransaction getCoreTransaction()
A helper for automatically casting the underlying transaction payload to a class CoreTransaction.
Should only be used by non-validating notaries.
class CoreTransaction@NotNull public java.lang.Object getTransaction()
@NotNull public NotarisationRequestSignature getRequestSignature()
@NotNull public java.lang.Object component1()
@NotNull public NotarisationRequestSignature component2()
@NotNull public NotarisationPayload copy(@NotNull java.lang.Object transaction, @NotNull NotarisationRequestSignature requestSignature)
Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.
@NotNull public java.lang.String toString()
Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.
public int hashCode()
Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.
public boolean equals(@Nullable
java.lang.Object p)
Container for the transaction and notarisation request signature. This is the payload that gets sent by a client to a notary service for committing the input states of the transaction.