Preparing search index...
The search index is not available
Solana Signer SDK Documentation
Solana Signer SDK Documentation
@neonevm/solana-contracts
DeploySystemContract
Class DeploySystemContract
Index
Constructors
constructor
Properties
chain
Id
provider
Accessors
deployer
deployer
Transaction
sender
Methods
compile
Contract
deploy
Contract
init
Deployer
read
Contract
Constructors
constructor
new
DeploySystemContract
(
provider
:
JsonRpcProvider
,
chainId
:
number
,
)
:
DeploySystemContract
Parameters
provider
:
JsonRpcProvider
chainId
:
number
Returns
DeploySystemContract
Properties
chain
Id
chainId
:
number
provider
provider
:
JsonRpcProvider
Accessors
deployer
get
deployer
()
:
string
Returns
string
deployer
Transaction
get
deployerTransaction
()
:
string
Returns
string
sender
get
sender
()
:
string
Returns
string
Methods
compile
Contract
compileContract
(
filePath
:
string
)
:
{
abi
:
string
;
bytecode
:
string
}
Parameters
filePath
:
string
Returns
{
abi
:
string
;
bytecode
:
string
}
deploy
Contract
deployContract
(
contractData
:
string
,
wallet
:
Wallet
)
:
Promise
<
string
>
Parameters
contractData
:
string
wallet
:
Wallet
Returns
Promise
<
string
>
init
Deployer
initDeployer
()
:
Promise
<
void
>
Returns
Promise
<
void
>
read
Contract
readContract
(
filePath
:
string
)
:
string
Parameters
filePath
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
chain
Id
provider
Accessors
deployer
deployer
Transaction
sender
Methods
compile
Contract
deploy
Contract
init
Deployer
read
Contract
Solana Signer SDK Documentation
Loading...