null, but some queries throw when a value is required.
Account / Resource Not Found
Methods likegetAccount and getDelegation catch “not found”
gRPC errors internally and return null instead of throwing:
getContract does not return null — it throws if no contract is found at the
given address.
getSequence also throws if the account does not exist because a sequence
number is always required for signing: