Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateCollectionInfoV1Args

    Arguments for updateCollectionInfoV1.

    type UpdateCollectionInfoV1Args = {
        amount: number;
        updateType: UpdateType;
    }
    Index

    Properties

    Properties

    amount: number

    The amount by which to adjust the collection's counters.

    updateType: UpdateType

    Whether this call records a Mint, or an Add/Remove of collection size.