interface WithSenderAndNonce {
    address: string;
    nonce?: number;
}

Properties

Properties

address: string
nonce?: number