package wallet const ( // 交易操作的方向 AddTx int32 = 20001 DelTx int32 = 20002 // 交易收发方向 sendTx int32 = 30001 recvTx int32 = 30002 )