0.1.0 • Published 2 years ago

crescent-types v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Crescent types

Typescript Protobuf Messages for Crescent

Usage

npm i crescent-types
import { MsgClaim } from 'crescent-types/crescent/claim/v1beta1/tx';
import { ConditionType } from 'crescent-types/crescent/claim/v1beta1/claim';

MsgClaim.fromPartial({
  airdropId: Long.fromInt(1),
  recipient: "cosmos1y54exmx84cqtasvjnskf9fpx9c0rk9tk8fv4",
  conditionType: ConditionType.CONDITION_TYPE_VOTE
});