Skip to main content
Return value from useTransfer hook

Properties

PropertyTypeDescription
transfer(options) => Promise<string>Execute a transfer
isLoadingbooleanWhether a transfer is currently in progress
isErrorbooleanWhether the last transfer encountered an error
errorErrorError object if transfer failed, null otherwise
signaturestringTransaction signature if transfer succeeded
reset() => voidReset transfer state
clearError() => voidClear error state only