Method: Stellar::TransactionV0#to_envelope
- Defined in:
- lib/stellar/transaction_v0.rb
#to_envelope(*key_pairs) ⇒ Object
13 14 15 16 17 |
# File 'lib/stellar/transaction_v0.rb', line 13 def to_envelope(*key_pairs) signatures = (key_pairs || []).map(&method(:sign_decorated)) TransactionEnvelope.v0(signatures: signatures, tx: self) end |