counterparty property

  1. @BuiltValueField.new(wireName: r'counterparty')
TransferNotificationCounterParty? get counterparty

The other party in the transfer.

Implementation

@BuiltValueField(wireName: r'counterparty')
TransferNotificationCounterParty? get counterparty;