You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's 3 open TODOs in TransactionBuilder.ts which have been there since more than a year (13 months atm)
// TODO: allow uint8array for chunksaddOpReturnOutput(chunks: string[]): this{
...
// TODO: see if we can merge with Transaction.tsasyncsend(): Promise<TransactionDetails>;// TODO: see if we can merge with Transaction.tsprivateasyncgetTxDetails(txid: string): Promise<TransactionDetails>;
The text was updated successfully, but these errors were encountered:
There's 3 open TODOs in TransactionBuilder.ts which have been there since more than a year (13 months atm)
The text was updated successfully, but these errors were encountered: