Sender constructor

Sender(
  1. ToplAddress senderAddress,
  2. Nonce nonce
)

Implementation

Sender(this.senderAddress, this.nonce);