| Package | Description |
|---|---|
| com.casper.sdk | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
Deploy |
CasperSdk.makeDeploy(DeployParams deployParams,
DeployExecutable session,
DeployExecutable payment)
Construct new unsigned deploy.
|
Deploy |
CasperSdk.makeInstallContract(DeployParams deployParams,
Number payment,
InputStream wasmIn,
int tokenDecimals,
String tokenName,
String tokenSymbol,
Number tokenTotalSupply)
Creates an install contract deploy
|
Deploy |
CasperSdk.makeInvokeContract(DeployParams deployParams,
Number payment,
Number amount,
PublicKey operatorKey,
PublicKey recipient)
Creates a new invoke contract delpoy
|
Deploy |
CasperSdk.makeNativeTransfer(DeployParams deployParams,
Number amount,
PublicKey target,
Number correlationId)
Creates a native transfer deploy.
|
Deploy |
CasperSdk.makeTransferDeploy(DeployParams deployParams,
DeployExecutable session,
DeployExecutable payment)
Construct new unsigned deploy for transfer purpose.
|
Deploy |
CasperSdk.makeValidatorAuctionBid(DeployParams deployParams,
Number amount,
int delegationRate,
PublicKey validatorPublicKey,
InputStream wasmIn)
Creates a validator auction bid deploy.
|
Deploy |
CasperSdk.makeValidatorAuctionBidWithdrawal(DeployParams deployParams,
Number amount,
PublicKey validatorPublicKey,
InputStream wasmIn,
URef unbondPurse)
Creates an auction bid withdraw delegation deploy.
|
Deploy |
CasperSdk.makeValidatorDelegation(DeployParams deployParams,
Number amount,
PublicKey delegatorPublicKey,
PublicKey validatorPublicKey,
InputStream wasmIn)
Creates a standard delegation deploy
|
Deploy |
CasperSdk.makeValidatorDelegationWithdrawal(DeployParams deployParams,
Number amount,
PublicKey delegatorPublicKey,
PublicKey validatorPublicKey,
InputStream wasmIn)
Creates a standard withdraw delegation deploy.
|
| Modifier and Type | Method and Description |
|---|---|
Deploy |
DeployService.makeDeploy(DeployParams deployParams,
DeployExecutable session,
DeployExecutable payment)
Creates a new unsigned Deploy message
|
Copyright © 2022. All rights reserved.