TSR3’s description in the specification: “Return -1 if there is no transfer-ins to the given account.”
The description does not explicitly specify whether -1 or an empty result should be returned when the given account (i.e., dst) does not exist, which should be unified across implementations. It seems reasonable to require that an empty result be returned in this case.
TSR3’s description in the specification: “Return -1 if there is no transfer-ins to the given account.”
The description does not explicitly specify whether -1 or an empty result should be returned when the given account (i.e.,
dst) does not exist, which should be unified across implementations. It seems reasonable to require that an empty result be returned in this case.