IThirdwebWallet.Transfer
This method transfers a specified amount of Wei (smallest denomination of Ether) or ERC20s to a specified wallet address on a given chain.
- ArgumentNullException: Thrown when the- walletis null.
- ArgumentOutOfRangeException: Thrown when the- chainIdis less than or equal to 0.
- ArgumentException: Thrown when the recipient- toAddressis null or empty.
- ArgumentOutOfRangeException: Thrown when the- weiAmountis less than 0.