Constructors
constructor
- new Deploy(deploy: any): Deploy
Properties
Methods
account
- account(): string
Returns string
addArg
- addArg(js_value_arg: any, secret_key?: string): Deploy
Parameters
- js_value_arg: any
Optional
secret_key: string
addSignature
- addSignature(public_key: string, signature: string): Deploy
Parameters
- public_key: string
- signature: string
chainName
- chainName(): string
Returns string
sign
- sign(secret_key: string): Deploy
timestamp
- timestamp(): string
Returns string
TTL
- TTL(): string
Returns string
validateDeploySize
- validateDeploySize(): boolean
Returns boolean
withChainName
- withChainName(chain_name: string, secret_key?: string): Deploy
Parameters
- chain_name: string
Optional
secret_key: string
withEntryPointName
- withEntryPointName(entry_point_name: string, secret_key?: string): Deploy
Parameters
- entry_point_name: string
Optional
secret_key: string
withModuleBytes
- withModuleBytes(module_bytes: Bytes, secret_key?: string): Deploy
Parameters
- module_bytes: Bytes
Optional
secret_key: string
withPayment
- withPayment(payment: any, secret_key?: string): Deploy
Parameters
- payment: any
Optional
secret_key: string
withSecretKey
- withSecretKey(secret_key?: string): Deploy
Parameters
Optional
secret_key: string
withSession
- withSession(session: any, secret_key?: string): Deploy
Parameters
- session: any
Optional
secret_key: string
withStandardPayment
- withStandardPayment(amount: string, secret_key?: string): Deploy
Parameters
- amount: string
Optional
secret_key: string
withTimestamp
- withTimestamp(timestamp: string, secret_key?: string): Deploy
Parameters
- timestamp: string
Optional
secret_key: string
withTTL
- withTTL(ttl: string, secret_key?: string): Deploy
Parameters
- ttl: string
Optional
secret_key: string
Static
withPaymentAndSession