Closed stanleyjones closed 1 year ago
ManyJS was doing this:
tokens.create@return = token-info
But this is correct:
tokens.create@return = { 0 => token-info, }
See https://github.com/many-protocol/specification/blob/main/attributes/network/cddl/11_ledger_tokens.cddl#L109
ManyJS was doing this:
But this is correct:
See https://github.com/many-protocol/specification/blob/main/attributes/network/cddl/11_ledger_tokens.cddl#L109