The Ain object for sign and send transaction to AIN blockchain.
The Ainize object for send request to AIN blockchain.
The base url of api server of AINFT Factory.
The subpath of api server request url.
Registers contract to managed contract. By registering as a managed contract, metadata can be managed in AINFT Factory.
The ID of app.
The symbol of chain with a contract.
The name of network.
The address of contract.
You can add blockchain app owners.
The ID of app.
The list of addresses to be owner.
transaction hash
Adds ETH address info to AINFT factory user.
The ID of app.
The ID of user.
The ethereum address to add.
Create AINFT factory admin user in app.
The ID of app.
The ID of user to be admin.
Creates AIN Blockchain app using private key.
The name of app.
Returns transaction result.
Creates AINFT factory user in app.
The ID of app.
The ID of user to create.
Sends transaction to delegate app using private key. App permission is obtained from ainft factory, and trigger function for ainft is registered.
The ID of app.
Gets transaction body to delegate app. App permission is obtained from AINFT factory, and trigger function for ainft is registered.
The ID of app.
Gets AINFT factory user in app.
The ID of app.
The ID of user to get.
Return user information.
You can get user deposit crypto address. If user doesn't have address, create new deposit account.
The ID of app.
The ID of user.
The symbol of chain.
Registers exsiting AIN blockchain app to AINFT Factory.
The ID of app.
This is the address of the account that will be accessible to the AINFT Factory app. If not set, it is set to the address of the account set as the privateKey.
Removes managed contract.
The ID of app.
The symbol of chain with a contract.
The name of network.
The address of contract.
Removes ETH address info from user.
The ID of app.
The ID of user.
The ethereum address to delete.
Sends request that include form to api server of AINFT Factory. Used to upload asset data.
The method of Http request.
The suffix of request url.
The string fields of form.
The file fields of form.
Returns response of api request.
Sends request to api server of AINFT Factory. Authenticate by signing data.
The method of Http request.
The suffix of request url.
The data to be included in the api request.
Returns response of api request.
Sends request to api server of AINFT Factory. Used when authentication is not required.
The method of Http request.
The suffix of request url.
The data to be included in the api request.
The headers of Http api request.
Returns response of api request.
Sets base url.
New base url to be set to base url of api server of AINFT Factory.
Sign the data with the private key that the user has registered.
The data to sign.
Returns signature string.
Generated using TypeDoc
This class supports creating AINFT factory app and users.
Do not create it directly; Get it from AinftJs instance.