Closed has5aan closed 1 year ago
TokenAPI.transfer - Missing specs Implementation exists and is aligned with LIP 0051.
TokenAPI.transfer
TokenAPI.getAvailableBalance
NotFoundError
address
tokenID
TokenAPI.getLockedAmount
moduleID
TokenAPI.getEscrowedAmount
escrowChainID
TokenAPI.initializeToken
localID
TokenAPI.mint
amount
TokenAPI.lock
TokenAPI.unlock
Lisk SDK development branch.
development
Implementation is aligned with LIP 0051 and no changes are necessary, the issue description has been updated based on recent comparison for alignment with LIP 0051.
Description
Implementation exists and is aligned with LIP 0051.TokenAPI.transfer
- Missing specsTokenAPI.getAvailableBalance
throws error, other thanImplementation is aligned with LIP 0051.NotFoundError
if providedaddress
andtokenID
are invalid format.TokenAPI.getLockedAmount
throws error other thanImplementation is aligned with LIP 0051.NotFoundError
if providedaddress
,tokenID
andmoduleID
are invalid format.TokenAPI.getEscrowedAmount
throws error other thanImplementation is aligned with LIP 0051.NotFoundError
if providedescrowChainID
andtokenID
are invalid format.TokenAPI.initializeToken
throws error if providedImplementation is aligned with LIP 0051.localID
is in invalid format.TokenAPI.mint
throws error if providedImplementation is aligned with LIP 0051.address
,tokenID
andamount
are in invalid format.TokenAPI.lock
throws error if providedImplementation is aligned with LIP 0051.address
,moduleID
andamount
are in invalid format.TokenAPI.unlock
throws error if providedImplementation is aligned with LIP 0051.address
,moduleID
,tokenID
and `amount are in invalid format.Which version(s) does this affect? (Environment, OS, etc...)
Lisk SDK
development
branch.