You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// for initial support of fungible tokens, require owner to be the caller.
if (tokenInstanceKey.isFungible()) {
throw new NotImplementedError("LockToken is not supported for fungible tokens", {
instanceKey: tokenInstanceKey.toStringKey()
});
}
This issue tracks testing and adding support for this functionality.
The text was updated successfully, but these errors were encountered:
LockToken
does not currently support locking fungible tokens unless the calling user is the owner.https://github.com/GalaChain/sdk/blob/main/chaincode/src/locks/lockTokens.ts#L99C1-L104C6
This issue tracks testing and adding support for this functionality.
The text was updated successfully, but these errors were encountered: