public interface NeedRecipient<NextStateT>
Modifier and Type | Method and Description |
---|---|
NextStateT |
to(Identity recipient)
Accept transaction recipient.
|
NextStateT |
to(java.lang.String recipient)
Accept transaction recipient as an account address or an name.
|
NextStateT to(Identity recipient)
recipient
- a recipientNextStateT to(java.lang.String recipient)
recipient
- a recipient