StakeCredScript constructor

StakeCredScript(
  1. List<int> data
)

Constructs a StakeCredScript with the specified data.

Implementation

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