Docs Category: Environment

table-func

To Share and +4 nLEARNs Login with NEAR | Function Name | SDK method | Description | | ———————- | ——————————- | ———————————————————————- | | SHA 256 | `env::sha256(value)` | Hashes a sequence of bytes using sha256. | | Keccak 256 | `env::keccak256(value)` | Hashes a sequence of bytes using keccak256. | | Keccak 512 …

table-func Read More »

table

To Share and +4 nLEARNs Login with NEAR | Variable Name | SDK Variable | Description | | ———————- | ——————————- | ———————————————————————- | | Predecessor | `env::predecessor_account_id()` | Account ID that called this method | | Current Account | `env::current_account_id()` | Account ID of this smart contract | | Signer | `env::signer_account_id()` | Account …

table Read More »

Environmental Variables

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; import TableAs from "./table.as.md"; import TableRs from "./table.rs.md"; import TableJs from "./table.js.md"; Every method execution has a environment associated with information such as: Who called the method How much money is attached to the call How many computational resources are …

Environmental Variables Read More »

Scroll to Top
Report a bug👀