[][src]Module ergo_headless_dapp_framework::tx_creation

Functions

__wasm_bindgen_generated_w_unsigned_transaction_to_assembler_spec

Given an UnsignedTransaction, builds a JSON String which is formatted as a transaction spec for working with the Transaction Assembler Service.

create_candidate

Create an ErgoBoxCandidate

find_and_sum_other_tokens

Finds all tokens held by ErgoBoxes (generally from a list of inputs), which are not in the list of filter_tokens. Once found the tokens are also summed and then returned.

unsigned_transaction_to_assembler_spec

Given an UnsignedTransaction, builds a JSON String which is formatted as a transaction spec for working with the Transaction Assembler Service.

w_unsigned_transaction_to_assembler_spec

Given an UnsignedTransaction, builds a JSON String which is formatted as a transaction spec for working with the Transaction Assembler Service.