VestingRequest: {
    claimer: Party;
    provider: Party;
    scheme: VestingScheme;
}

Request For Creating a Vesting Marlowe Contract

Type declaration

  • claimer: Party

    The party definition of the Token Claimer (Role token or a Cardano Address)

  • provider: Party

    The party definition of the Token Provider (Role token or a Cardano Address)

  • scheme: VestingScheme

    The vesting scheme definition between Token Claimer & Provider