Skip to content

@xchainjs/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 09:43
· 200 commits to master since this release
0d1fd79

Major Changes

  • ef2d8e2: Breaking changes
    • getPrivateKey is now async and response is Uint8Array type
    • getPubKey is now async and response is Uint8Array type
    • getDepositTransaction is deprecated in favour of getTransactionData
    • fetchTransaction removed
    • setClientUrl removed
    • getClientUrl removed
    • setExplorerUrls removed
    • getCosmosClient removed
    • setChainId removed
    • getChainId removed

Patch Changes