diff --git a/src/builder.rs b/src/builder.rs index 96ef4cb0..ab4f56c1 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -345,12 +345,14 @@ impl Builder { Ok(()) } - /// Returns the action spend components that will be produced by the transaction being constructed + /// Returns the action spend components that will be produced by the + /// transaction being constructed pub fn spends(&self) -> &Vec> { &self.spends } - /// Returns the action output components that will be produced by the transaction being constructed + /// Returns the action output components that will be produced by the + /// transaction being constructed pub fn outputs(&self) -> &Vec { &self.recipients }