Class CasperNetwork

Hierarchy

  • CasperNetwork

Constructors

Properties

apiVersion: number
rpcClient: RpcClient

Methods

  • Parameters

    • senderPublicKey: PublicKey
    • contractPackageHash: string
    • entryPoint: string
    • networkName: string
    • deployCost: number
    • args: Args
    • ttl: number
    • Optional contractVersion: number

    Returns Transaction

  • Parameters

    • delegatorPublicKey: PublicKey
    • validatorPublicKey: PublicKey
    • networkName: string
    • amountMotes: string | BigNumber
    • deployCost: number
    • ttl: number
    • Optional auctionContractHash: string

    Returns Transaction

  • Parameters

    • delegatorPublicKey: PublicKey
    • validatorPublicKey: PublicKey
    • newValidatorPublicKey: PublicKey
    • networkName: string
    • amountMotes: string | BigNumber
    • deployCost: number
    • ttl: number
    • Optional auctionContractHash: string

    Returns Transaction

  • Parameters

    • delegatorPublicKey: PublicKey
    • validatorPublicKey: PublicKey
    • networkName: string
    • amountMotes: string | BigNumber
    • deployCost: number
    • ttl: number
    • Optional auctionContractHash: string

    Returns Transaction

Generated using TypeDoc