Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

AllowIncomingAddress

AllowIncomingAddress: = AccountRestrictionTypeEnum.Address

Allow only incoming transactions from a given address.

AllowMosaic

AllowMosaic: = AccountRestrictionTypeEnum.Mosaic

Allow only incoming transactions containing a a given mosaic identifier.

AllowOutgoingAddress

AllowOutgoingAddress: = AccountRestrictionTypeEnum.Address + AccountRestrictionTypeEnum.Outgoing

Allow only outgoing transactions to a given address.

AllowOutgoingTransactionType

AllowOutgoingTransactionType: = AccountRestrictionTypeEnum.TransactionType + AccountRestrictionTypeEnum.Outgoing

Allow only outgoing transactions with a given transaction type.

BlockIncomingAddress

BlockIncomingAddress: = AccountRestrictionTypeEnum.Address + AccountRestrictionTypeEnum.Block

Block incoming transactions from a given address.

BlockMosaic

BlockMosaic: = AccountRestrictionTypeEnum.Mosaic + AccountRestrictionTypeEnum.Block

Block incoming transactions containing a given mosaic identifier.

BlockOutgoingAddress

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

Block outgoing transactions from a given address.

BlockOutgoingTransactionType

BlockOutgoingTransactionType: = AccountRestrictionTypeEnum.TransactionType +AccountRestrictionTypeEnum.Block +AccountRestrictionTypeEnum.Outgoing

Block outgoing transactions with a given transaction type.

Generated using TypeDoc