All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
OutputIdsResponse
;Client::hashTransactionEssence()
;
- Changes from the Rust library;
- Merged
IAuth::{username, password}
intoIAuth::basicAuthNamePwd
; Burn
fields are now optional;Burn::nativeTokens
is now an array;Client::{aliasOutputIds, basicOutputIds, foundryOutputIds, nftOutputIds}
will not do automatic pagination ifQueryParameter::Cursor(_)
is provided and return type fromstring[]
toOutputIdsResponse
;
IInputSigningData::bech32Address
;
aliasIdToBech32()
;nftIdToBech32()
;computeAliasId()
;computeNftId()
;computeFoundryId()
;
- Updated dependencies;
- Renamed
IInputSigningData::outputMetaData
toIInputSigningData::outputMetadata
; - Changed
ISegment::bs
fromUint8Array
tonumber[]
so that the serialization corresponds to what is expected;
- Returned JSON value for
IInputSigningData
;
Initial release of the wasm bindings.