import AccountInfo from '@casperholders/core/src/services/deploys/account-info/AccountInfo.js'
AccountInfo
Extends:
AccountInfo class Class used to create DeployParameters for a AccountInfo set_url operation
Constructor Summary
Public Constructor | ||
public |
Constructor |
Member Summary
Public Members | ||
public get |
deployResult: DeployResult.constructor: * Get a DeployResult constructor |
Method Summary
Public Methods | ||
public |
async init(clientCasper: ClientCasper): Promise<void> Set correct fee |
Inherited Summary
From class AbstractSmartContractDeployParameters | ||
public get |
deployParams: DeployUtil.DeployParams Get the deployParams deploy argument |
|
public get |
deployResult: DeployResult.constructor Get a DeployResult constructor |
|
public get |
makeDeploy: Deploy: * Create a unsigned Deploy object |
|
public get |
payment: DeployUtil.ExecutableDeployItem Get the payment deploy argument |
|
public get |
session: DeployUtil.ExecutableDeployItem Get the session deploy argument |
From class AbstractSmartContractStoredByHashDeployParameters | ||
public get |
deployParams: DeployUtil.DeployParams: * Get the deployParams deploy argument |
|
public get |
payment: DeployUtil.ExecutableDeployItem: * Get the payment deploy argument |
|
public get |
session: DeployUtil.ExecutableDeployItem: * Get the session deploy argument |
|
public |
|
|
public |
args: DeployUtil.RuntimeArgs |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(url: string, activeKey: string, network: string, hash: string, ttl: number) source
Constructor
Params:
Name | Type | Attribute | Description |
url | string | Base url to a website that host the account info file. See https://github.com/make-software/casper-account-info-standard#how-does-it-work |
|
activeKey | string | Current active key in the public hex format |
|
network | string | Current network to execute the deployment |
|
hash | string | Current hash of the stored SmartContract |
|
ttl | number | Deploy time to live in hours |
Public Members
public get deployResult: DeployResult.constructor: * source
Get a DeployResult constructor
Return:
DeployResult.constructor | Return the constructor of a given DeployResult |
Public Methods
public async init(clientCasper: ClientCasper): Promise<void> source
Set correct fee
Params:
Name | Type | Attribute | Description |
clientCasper | ClientCasper |