Hello,
I have been trying to include an expiration rule when issuing new colored coins but I am getting this error:
Status: 400
Body: {"message":"validation failure - Unknown param type int32","code":400}
I am attaching the code regarding the expiration rule I am using:
rules: {
version:1,
expiration: {validUntil:387999, locked:false}
}
Please anyone could give me a hand on this issue