IThirdwebWallet.Transfer
This method transfers a specified amount of Wei (smallest denomination of Ether) to a specified wallet address on a given chain.
ArgumentNullException
: Thrown when thewallet
is null.ArgumentOutOfRangeException
: Thrown when thechainId
is less than or equal to 0.ArgumentException
: Thrown when the recipienttoAddress
is null or empty.ArgumentOutOfRangeException
: Thrown when theweiAmount
is less than 0.