getApproved method

Uint8List getApproved(
  1. int tokenId
)

Implementation

Uint8List getApproved(int tokenId) {
  return getApprovedFunc.encodeCall([BigInt.from(tokenId)]);
}