Class Transaction.NativeUndelegateBuilder
Inheritance
Transaction.NativeUndelegateBuilder
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
Returns
|
Edit this page
View Source
Amount(ulong)
Declaration
public Transaction.NativeUndelegateBuilder Amount(ulong amount)
Parameters
| Type |
Name |
Description |
| ulong |
amount |
|
Returns
|
Edit this page
View Source
Build()
Declaration
public override Transaction Build()
Returns
Overrides
|
Edit this page
View Source
Validator(PublicKey)
Declaration
public Transaction.NativeUndelegateBuilder Validator(PublicKey publicKey)
Parameters
Returns