Struct shuttle_core::SignedTransaction [] [src]

pub struct SignedTransaction { /* fields omitted */ }

A transaction that was signed.

Methods

impl SignedTransaction
[src]

[src]

Create a new signed transaction on the network.

[src]

Create a new transaction without the network information attached.

[src]

Add one more signature to the transaction.

[src]

Return the transaction hash, suitable for signing.

[src]

Return the signature base of the transaction, which is the value that, when hashed, should be signed.

[src]

Return the transaction.

[src]

Return the signatures.

Trait Implementations

impl Debug for SignedTransaction
[src]

[src]

Formats the value using the given formatter.

impl Clone for SignedTransaction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ToXdr<TransactionEnvelope> for SignedTransaction
[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, TransactionEnvelope> for SignedTransaction
[src]

[src]

Build the type from the XDR other object .

[src]

Deserialize from a reader r.

[src]

Deserialize from base64.