Casper.Network.SDK
Show / Hide Table of Contents

Class Transaction.NativeUndelegateBuilder

Inheritance
object
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>
Transaction.NativeUndelegateBuilder
Inherited Members
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._initiatorAddr
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._chainName
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._timestamp
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._ttl
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._pricingMode
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._invocationTarget
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._entryPoint
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._scheduling
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>._runtimeArgs
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.From(PublicKey)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.From(AccountHashKey)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.ChainName(string)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.Timestamp(DateTime)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.TTL(ulong)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.Payment(IPricingMode)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.Payment(ulong, byte)
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.ValidateRequiredProperties()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Transaction.NativeUndelegateBuilder : Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>

Constructors

| Edit this page View Source

NativeUndelegateBuilder()

Declaration
public NativeUndelegateBuilder()

Methods

| Edit this page View Source

Amount(BigInteger)

Declaration
public Transaction.NativeUndelegateBuilder Amount(BigInteger amount)
Parameters
Type Name Description
BigInteger amount
Returns
Type Description
Transaction.NativeUndelegateBuilder
| Edit this page View Source

Amount(ulong)

Declaration
public Transaction.NativeUndelegateBuilder Amount(ulong amount)
Parameters
Type Name Description
ulong amount
Returns
Type Description
Transaction.NativeUndelegateBuilder
| Edit this page View Source

Build()

Declaration
public override Transaction Build()
Returns
Type Description
Transaction
Overrides
Transaction.TransactionV1Builder<Transaction.NativeUndelegateBuilder>.Build()
| Edit this page View Source

Validator(PublicKey)

Declaration
public Transaction.NativeUndelegateBuilder Validator(PublicKey publicKey)
Parameters
Type Name Description
PublicKey publicKey
Returns
Type Description
Transaction.NativeUndelegateBuilder
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC