StakeCredKey constructor

StakeCredKey(
  1. List<int> data
)

Constructs a StakeCredKey with the specified data.

Implementation

StakeCredKey(List<int> data) : super(data);