@aleph-sdk/monorepo
    Preparing search index...

    Type Alias StorePinConfiguration

    channel: The channel in which the message will be published.

    account: The account used to sign the aggregate message.

    fileHash: The IPFS hash of the content you want to pin.

    storageEngine: [Deprecated] - The storage engine to used when storing the message.

    apiServer: The API server endpoint used to carry the request to the Aleph's network.

    type StorePinConfiguration = {
        account: Account;
        channel?: string;
        fileHash: string;
        storageEngine?: ItemType;
    }
    Index

    Properties

    account: Account
    channel?: string
    fileHash: string
    storageEngine?: ItemType