import NftCancelBid from '@casperholders/core/src/services/deploys/nft-auction/actions/nftCancelBid.js'NftCancelBid
Extends:
NftCancelBid class Class used to create DeployParameters for cancelling a bid on an NFT Auction
Constructor Summary
| Public Constructor | ||
| public |
constructor(activeKey: string, network: string, hash: string, ttl: number) Constructor |
|
Member Summary
| Public Members | ||
| public get |
deployResult: DeployResult.constructor: * Get a DeployResult constructor |
|
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 Members
public get deployResult: DeployResult.constructor: * source
Get a DeployResult constructor
Return:
| DeployResult.constructor | Return the constructor of a given DeployResult |
