Enumeration members
AllowIncomingAddress
AllowIncomingAddress: = AccountRestrictionTypeEnum.Address
AllowIncomingTransactionType
AllowIncomingTransactionType: = AccountRestrictionTypeEnum.TransactionType
AllowMosaic
AllowMosaic: = AccountRestrictionTypeEnum.Mosaic
AllowOutgoingAddress
AllowOutgoingAddress: = AccountRestrictionTypeEnum.Address + AccountRestrictionTypeEnum.Outgoing
AllowOutgoingTransactionType
AllowOutgoingTransactionType: = AccountRestrictionTypeEnum.TransactionType + AccountRestrictionTypeEnum.Outgoing
BlockIncomingAddress
BlockIncomingAddress: = AccountRestrictionTypeEnum.Address + AccountRestrictionTypeEnum.Block
BlockIncomingTransactionType
BlockIncomingTransactionType: = AccountRestrictionTypeEnum.TransactionType + AccountRestrictionTypeEnum.Block
BlockMosaic
BlockMosaic: = AccountRestrictionTypeEnum.Mosaic + AccountRestrictionTypeEnum.Block
BlockOutgoingAddress
BlockOutgoingAddress: = AccountRestrictionTypeEnum.Address + AccountRestrictionTypeEnum.Block + AccountRestrictionTypeEnum.Outgoing
BlockOutgoingTransactionType
BlockOutgoingTransactionType: = AccountRestrictionTypeEnum.TransactionType +AccountRestrictionTypeEnum.Block +AccountRestrictionTypeEnum.Outgoing
Allow only incoming transactions from a given address.