@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
15 lines (14 loc) • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PStakingCredential = void 0;
var pstruct_1 = require("../../../PTypes/PStruct/pstruct.js");
var types_1 = require("../../../type_system/types.js");
var PCredential_1 = require("./PCredential.js");
exports.PStakingCredential = (0, pstruct_1.pstruct)({
PStakingHash: { _0: PCredential_1.PCredential.type },
PStakingPtr: {
_0: types_1.int,
_1: types_1.int,
_2: types_1.int
}
});