const {makePlaceAlgoTxns, compile} = require('@algodex/algodex-sdk')
const txns = makePlaceAlgoTxns( await compile({
'asset': {
'id': 15322902,
'decimals': 6,
},
'address': 'WYWRYK42XADLY3O62N52BOLT27DMPRA3WNBT2OBRT65N6OEZQWD4OSH6PI',
'price': 2,
'amount': 1,
'total': 2,
'execution': 'maker',
'type': 'buy',
'appId': 22045503,
'version': 6,
}))