Readonly
amountReadonly
amountLegacy field. Use "amount" instead.
Readonly
nonceLegacy field. Use "token.nonce" instead.
Readonly
numLegacy field. The number of decimals is not a concern of "sdk-core". For formatting and parsing amounts, use "sdk-dapp" or "bignumber.js" directly.
Readonly
tokenReadonly
tokenLegacy field. Use "token.identifier" instead.
Static
egldLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
egldLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
fungibleLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
fungibleLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
metaLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
metaLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
nonLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Static
semiLegacy function. Use the constructor instead: new TokenTransfer({ token, amount });
Deprecated
use TokenTransfer instead.