All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.blockfrost.sdk.api.model.ipfs.PinState Maven / Gradle / Ivy

package io.blockfrost.sdk.api.model.ipfs;

public enum PinState {
    queued, pinned, unpinned, failed, gc
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy