Client
The main client interface for interacting with the NEAR blockchain.Properties
Each method has two variants:- Throwable variant: Throws errors on failure (e.g.,
getAccountInfo) - Safe variant: Returns
Result<T, E>type (e.g.,safeGetAccountInfo)