TransferPolicy
Namespace: IotaSdk
public class TransferPolicy : ITransferPolicy, System.IDisposable
Inheritance Object → TransferPolicy
Implements ITransferPolicy, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
TransferPolicy(UInt64)
public TransferPolicy(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
Balance()
IOTA balance collected by the policy, in nanos.
public ulong Balance()
Returns
Id()
The object's ID.
public ObjectId Id()
Returns
Rules()
Fully-qualified type names of the rules attached to this policy.
public String[] Rules()
Returns
TryFromBcs(Byte[])
Decode from BCS bytes, without validating the on-chain type tag.
public static TransferPolicy TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]
Returns
Exceptions
TryFromObjectWithType(Object, TypeTag)
Decode from an on-chain object, validating its Move type tag,
including that its type parameter equals type_param.
public static TransferPolicy TryFromObjectWithType(Object object, TypeTag typeParam)
Parameters
object Object
typeParam TypeTag