Struct shuttle_core::DecoratedSignature [] [src]

pub struct DecoratedSignature { /* fields omitted */ }

A Signature together with the last 4 bytes of the public key.

Methods

impl DecoratedSignature
[src]

[src]

Create a new DecoratedSignature with hint and signature.

[src]

Return the decorated signature hint.

[src]

Return the decorated signature signature.

Trait Implementations

impl Debug for DecoratedSignature
[src]

[src]

Formats the value using the given formatter.

impl Clone for DecoratedSignature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DecoratedSignature
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for DecoratedSignature
[src]

impl ToXdr<DecoratedSignature> for DecoratedSignature
[src]

[src]

Build the object that can be serialized to XDR.

[src]

Serialize to the writer w.

[src]

Serialize to base64.

impl<'de> FromXdr<'de, DecoratedSignature> for DecoratedSignature
[src]

[src]

Build the type from the XDR other object .

[src]

Deserialize from a reader r.

[src]

Deserialize from base64.