Struct shuttle_sdk::TransactionBuilder [] [src]

pub struct TransactionBuilder<'a> { /* fields omitted */ }

Transaction builder.

Methods

impl<'a> TransactionBuilder<'a>
[src]

[src]

Create a transaction builder with source account.

[src]

Set the transaction time bounds.

[src]

Set the transaction memo.

[src]

Add one operation to the transaction.

[src]

Return the number of operations currently in the transaction.

[src]

Return the transaction.

Trait Implementations

impl<'a> Debug for TransactionBuilder<'a>
[src]

[src]

Formats the value using the given formatter.