account_create_implicit_account
Create an implicit account on the NEAR blockchain using a random keypair, where the account ID is derived from the public key. Ideal for adding new access keys to existing accounts.
Instructions
Create an implicit account on the NEAR blockchain. An implicit account is a new random keypair that is not associated with an account ID. Instead the account ID is derived from the public key of the keypair (a 64-character lowercase hexadecimal representation of the public key). This implicit account id can be used just as a regular account id, but remember it is not an official account id with a .near or .testnet suffix. Creating implicit accounts is useful for adding new access keys to an existing account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
networkId | No | mainnet |