Type alias NonFungiblePostCondition

NonFungiblePostCondition: {
    address: string;
    asset: AssetString;
    assetId: ClarityValue;
    condition: `${NonFungibleComparator}`;
    type: "nft-postcondition";
}

Type declaration

  • address: string

    Address sending the asset (principal address or contract-id)

  • asset: AssetString

    Asset to be sent (given as a string <contract-id>::<token-name>)

  • assetId: ClarityValue

    Clarity value that identifies the token instance

  • condition: `${NonFungibleComparator}`

    Comparator to check the amount to be sent (sent, not-sent)

  • type: "nft-postcondition"

Generated using TypeDoc