Documentation ¶
Index ¶
- Constants
- Variables
- type Account
- type AccountHash
- type Args
- type Argument
- type AuctionBid
- type AuctionState
- type Block
- type BlockBody
- type BlockHeader
- type CLMap
- type CLType
- type CLValue
- type ChainGetBlockResult
- type ChainGetEraInfoResult
- type ChainGetStateRootHashResult
- type Contract
- type ContractHash
- type ContractPackage
- type ContractPackageHash
- type ContractVersion
- type Deploy
- type DeployApproval
- type DeployHash
- type DeployHeader
- type Entrypoint
- type ExecutableDeployItem
- type ExecutionResult
- type Hash
- type HttpError
- type InfoGetDeployResult
- type InfoGetStatusResult
- type Key
- type ModuleBytes
- type Motes
- type NamedKey
- type NamedKeys
- type NodePeer
- type PrivateKey
- type PublicKey
- type PublicKeyList
- type RPCClient
- type Reward
- type RpcHandler
- type RpcInformationalClient
- type StateGetAuctionInfoResult
- type StateGetItemResult
- type StoredContractByHash
- type StoredContractByName
- type StoredValue
- type StoredVersionedContractByHash
- type StoredVersionedContractByName
- type TransferHash
- type Transform
- type TransformKey
- type UnbondingPurse
- type Uref
- type ValidatorBid
- type WriteTransfer
Constants ¶
View Source
const Symbol = "CSPR"
Variables ¶
View Source
var ( NewAccountHash = key.NewAccountHash NewTransferHash = key.NewTransferHash NewHash = key.NewHash NewHashFromBytes = key.NewHashFromBytes NewContractHash = key.NewContract NewContractPackageHash = key.NewContractPackage NewUref = key.NewURef NewKey = key.NewKey NewKeyFromBytes = key.NewKeyFromBytes NewPublicKey = keypair.NewPublicKey NewED25519PrivateKeyFromPEMFile = keypair.NewPrivateKeyED25518 NewSECP256k1PrivateKeyFromPEMFile = keypair.NewPrivateKeySECP256K1 )
View Source
var ( NewRPCClient = rpc.NewClient NewRPCHandler = rpc.NewHttpHandler )
View Source
var ( DefaultHeader = types.DefaultHeader MakeDeploy = types.MakeDeploy StandardPayment = types.StandardPayment )
View Source
var (
ErrArgumentNotFound = types.ErrArgumentNotFound
)
View Source
var MotesToCSPRRate = decimal.NewFromInt(1000000000)
Functions ¶
This section is empty.
Types ¶
type AccountHash ¶
type AccountHash = key.AccountHash
type AuctionBid ¶
type AuctionBid = types.AuctionBid
type AuctionState ¶
type AuctionState = types.AuctionState
type BlockHeader ¶
type BlockHeader = types.BlockHeader
type ChainGetBlockResult ¶
type ChainGetBlockResult = rpc.ChainGetBlockResult
type ChainGetEraInfoResult ¶
type ChainGetEraInfoResult = rpc.ChainGetEraInfoResult
type ChainGetStateRootHashResult ¶
type ChainGetStateRootHashResult = rpc.ChainGetStateRootHashResult
type ContractHash ¶
type ContractHash = key.ContractHash
type ContractPackage ¶
type ContractPackage = types.ContractPackage
type ContractPackageHash ¶
type ContractPackageHash = key.ContractPackageHash
type ContractVersion ¶
type ContractVersion = types.ContractVersion
type DeployApproval ¶
type DeployHash ¶
type DeployHeader ¶
type DeployHeader = types.DeployHeader
type Entrypoint ¶
type Entrypoint = types.EntryPoint
type ExecutableDeployItem ¶
type ExecutableDeployItem = types.ExecutableDeployItem
type ExecutionResult ¶
type ExecutionResult = types.ExecutionResultStatus
type InfoGetDeployResult ¶
type InfoGetDeployResult = rpc.InfoGetDeployResult
type InfoGetStatusResult ¶
type InfoGetStatusResult = rpc.InfoGetStatusResult
type ModuleBytes ¶
type ModuleBytes = types.ModuleBytes
type PrivateKey ¶
type PrivateKey = keypair.PrivateKey
type PublicKeyList ¶
type PublicKeyList = keypair.PublicKeyList
type RpcHandler ¶
type RpcInformationalClient ¶
type RpcInformationalClient = rpc.ClientInformational
type StateGetAuctionInfoResult ¶
type StateGetAuctionInfoResult = rpc.StateGetAuctionInfoResult
type StateGetItemResult ¶
type StateGetItemResult = rpc.StateGetItemResult
type StoredContractByHash ¶
type StoredContractByHash = types.StoredContractByHash
type StoredContractByName ¶
type StoredContractByName = types.StoredContractByName
type StoredValue ¶
type StoredValue = types.StoredValue
type StoredVersionedContractByHash ¶
type StoredVersionedContractByHash = types.StoredVersionedContractByHash
type StoredVersionedContractByName ¶
type StoredVersionedContractByName = types.StoredVersionedContractByName
type TransferHash ¶
type TransferHash = key.TransferHash
type TransformKey ¶
type TransformKey = types.TransformKey
type UnbondingPurse ¶
type UnbondingPurse = types.UnbondingPurse
type ValidatorBid ¶
type ValidatorBid = types.ValidatorBid
type WriteTransfer ¶
type WriteTransfer = types.WriteTransfer
Click to show internal directories.
Click to hide internal directories.