Skip to content

Commit

Permalink
Remove IUtxosByAddressesEntry as in WASM we optimize by converting Ge…
Browse files Browse the repository at this point in the history
…tUtxosByAddress entries directly to UtxoEntryReference
  • Loading branch information
aspect committed May 5, 2024
1 parent aaf3a88 commit 153b1af
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions rpc/core/src/wasm/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ const TS_ACCEPTED_TRANSACTION_IDS: &'static str = r#"
}
"#;

#[wasm_bindgen(typescript_custom_section)]
const TS_UTXO_BY_ADDRESSES_ENTRY: &'static str = r#"
/**
* Collection of data returned by the GetUtxosByAddresses method.
*
* @category Node RPC
*/
export interface IUtxosByAddressesEntry {
// TODO
address? : string;
outpoint: ITransactionOutpoint;
utxoEntry : IUtxoEntry;
}
"#;

// ---

declare! {
Expand Down

0 comments on commit 153b1af

Please sign in to comment.