Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

AllowIncomingAddress

AllowIncomingAddress: = RestrictionFlag.Address

Allow only incoming transactions from a given address.

AllowOutgoingAddress

AllowOutgoingAddress: = RestrictionFlag.Address + RestrictionFlag.Outgoing

Allow only outgoing transactions to a given address.

BlockIncomingAddress

BlockIncomingAddress: = RestrictionFlag.Address + RestrictionFlag.Block

Block incoming transactions from a given address.

BlockOutgoingAddress

BlockOutgoingAddress: = RestrictionFlag.Address + RestrictionFlag.Block + RestrictionFlag.Outgoing

Block outgoing transactions from a given address.

Generated using TypeDoc