Deliver\Receive proof
手动插入\接收指定证明文件
1.DeliverProof
DeliverProof(universeUrl, assetId, groupKey, scriptKey, outpoint string) arguments
universeUrl:目标宇宙url,可为空,默认会将证明文件插入服务器和主网宇宙。e.g("universerpc://127.0.0.1:10029")
assetId:资产id,必填
groupKey:资产组key,若不存在则填入空字符串
scriptKey:脚本key,必填
outpoint:资产锚定输出点,必填
return (标准json格式)
string:插入是否成功的信息,可忽略
2.DeliverIssuanceProof
DeliverIssuanceProof(assetId string)3.ReceiveProof
4.ReadProof
5.QueyAssetProofs
Last updated