ILP插件BTP
一个插件来统治他们
该插件开箱即用,无需花费任何资金即可代表一个数据通道。 它会在不了解其中数据的情况下发送BTP消息,因此可用于ILP数据包。 sendMoney功能是无操作的,因为不涉及处理金钱的系统。
但是,此插件的主要用途是作为具有基础分类帐的插件的构建块。 这样,它是的后继者
子类AbstractBtpPlugin插件至少应覆盖sendMoney和_handleMoney 。
用作ILP的数据通道
const server = new BtpPlugin ( {
listener : {
port : 9000 ,
secret : 'shh_its_a_secret'
}
} )
await server . connect ( )
const client = new BtpPlugin ( {
server : 'btp+
评论0
最新资源