StakeCredScript constructor
Constructs a StakeCredScript with the specified data
.
Implementation
StakeCredScript(List<int> data) : super(data);
Constructs a StakeCredScript with the specified data
.
StakeCredScript(List<int> data) : super(data);