// NXT node verifies bitcoin txbytes has proper payment and cashes in with onetimepubkey
// BTC* node approves phased tx with onetimepubkey
char*instantdex_ALTswap(structsupernet_info*myinfo,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
char*instantdex_ALTswap(structsupernet_info*myinfo,structexchange_info*exchange,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
char*instantdex_BTCswap(structsupernet_info*myinfo,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
char*instantdex_BTCswap(structsupernet_info*myinfo,structexchange_info*exchange,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
// NXT node verifies bitcoin txbytes has proper payment and cashes in with onetimepubkey
// BTC* node approves phased tx with onetimepubkey
char*instantdex_NXTswap(structsupernet_info*myinfo,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
char*instantdex_NXTswap(structsupernet_info*myinfo,structexchange_info*exchange,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
// NXT node verifies bitcoin txbytes has proper payment and cashes in with onetimepubkey
// BTC* node approves phased tx with onetimepubkey
char*instantdex_PAXswap(structsupernet_info*myinfo,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
char*instantdex_PAXswap(structsupernet_info*myinfo,structexchange_info*exchange,char*cmdstr,structinstantdex_msghdr*msg,cJSON*argjson,char*remoteaddr,uint64_tsignerbits,uint8_t*data,int32_tdatalen)// receiving side
{
char*retstr=0;
return(clonestr("{\"error\":\"PAX swap is not yet\"}"));