Type alias NewConstitutionAction
NewConstitutionAction: {
constitution: {
anchor: Types.Anchor;
scriptHash: string | null;
};
prevActionId: string | null;
}
Type declaration
constitution: {
anchor: Types.Anchor;
scriptHash: string | null;
}
anchor: Types.Anchor
scriptHash: string | null
prevActionId: string | null