Constructors
Properties
Methods
account
- account(): string
Returns string
addArg
- addArg(js_value_arg, secret_key?): Deploy
Parameters
- js_value_arg: any
Optional
secret_key: string
addSignature
- addSignature(public_key, signature): Deploy
Parameters
- public_key: string
- signature: string
approvals
- approvals(): any
Returns any
approvalsHash
- approvalsHash(): any
Returns any
byName
- byName(): string
Returns string
chainName
- chainName(): string
Returns string
entryPointName
- entryPointName(): string
Returns string
hasValidHash
- hasValidHash(): boolean
Returns boolean
isByName
- isByName(): boolean
Returns boolean
isExpired
- isExpired(): boolean
Returns boolean
isModuleBytes
- isModuleBytes(): boolean
Returns boolean
isStandardPayment
- isStandardPayment(phase): boolean
Returns boolean
isStoredContract
- isStoredContract(): boolean
Returns boolean
isStoredContractPackage
- isStoredContractPackage(): boolean
Returns boolean
isTransfer
- isTransfer(): boolean
Returns boolean
isValid
- isValid(): boolean
Returns boolean
paymentAmount
- paymentAmount(conv_rate): string
Returns string
timestamp
- timestamp(): string
Returns string
TTL
- TTL(): string
Returns string
validateDeploySize
- validateDeploySize(): boolean
Returns boolean
withAccount
- withAccount(account, secret_key?): Deploy
withChainName
- withChainName(chain_name, secret_key?): Deploy
Parameters
- chain_name: string
Optional
secret_key: string
withEntryPointName
- withEntryPointName(entry_point_name, secret_key?): Deploy
Parameters
- entry_point_name: string
Optional
secret_key: string
withHash
- withHash(hash, secret_key?): Deploy
withModuleBytes
- withModuleBytes(module_bytes, secret_key?): Deploy
Parameters
- module_bytes: Bytes
Optional
secret_key: string
withPackageHash
- withPackageHash(package_hash, secret_key?): Deploy
withPayment
- withPayment(payment, secret_key?): Deploy
Parameters
- payment: any
Optional
secret_key: string
withSecretKey
- withSecretKey(secret_key?): Deploy
Parameters
Optional
secret_key: string
withSession
- withSession(session, secret_key?): Deploy
Parameters
- session: any
Optional
secret_key: string
withStandardPayment
- withStandardPayment(amount, secret_key?): Deploy
Parameters
- amount: string
Optional
secret_key: string
withTimestamp
- withTimestamp(timestamp, secret_key?): Deploy
Parameters
- timestamp: string
Optional
secret_key: string
withTTL
- withTTL(ttl, secret_key?): Deploy
Parameters
- ttl: string
Optional
secret_key: string
Static
withPaymentAndSession
- withPaymentAndSession(deploy_params, session_params, payment_params): Deploy
Static
withTransfer
- withTransfer(amount, target_account, transfer_id, deploy_params, payment_params): Deploy