maestro-org / typescript-sdk

TypeScript SDK for the Maestro Dapp Platform
https://www.gomaestro.org/
Apache License 2.0
5 stars 5 forks source link

Utxo and PoolInfo amounts to string + axios update + new endpoint #25

Closed AlexDochioiu closed 1 year ago

AlexDochioiu commented 1 year ago

Hey, the changes are:

The updated APIs are:

GET /accounts/{stake_addr}/assets

GET /addresses/{address}/utxos POST /addresses/utxos GET /addresses/cred/{credential}/utxos POST /addresses/cred/utxos (NEW ENDPOINT)

GET /pools/{pool_id}/info

POST /transactions/outputs

AlexDochioiu commented 1 year ago

@Vardominator