createAcpCluster.ts
why cluster's reveiver isn't CHARLIE.address in ckb explorer? Is it because public key hash string in args add min ckb?
createSporeWithAcpCluster.ts
- content cannot be string,throw error
CodecExecuteError: Expect type undefined at input.content but got error: Invalid hex string.
contentType: 'text/plain',
content: 'spore with public cluster referenced',
2 .anyone-can-pay utxo in input and output Capacity is same。
I think slice error at first, but update to below,but still cant charge service fee to anyone-can-pay utxo
const argsMinCkb = clusterCell.cellOutput.lock.args.slice(42, 44);
please improve example for make it work.
createAcpCluster.ts
why cluster's reveiver isn't CHARLIE.address in ckb explorer? Is it because public key hash string in args add min ckb?
createSporeWithAcpCluster.ts
CodecExecuteError: Expect type undefined at input.content but got error: Invalid hex string.2 .anyone-can-pay utxo in input and output Capacity is same。
I think slice error at first, but update to below,but still cant charge service fee to anyone-can-pay utxo
please improve example for make it work.