bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Interface iMsgCreateDynamicStore

    interface iMsgCreateDynamicStore {
        creator: string;
        customData?: string;
        defaultValue: boolean;
        uri?: string;
    }

    Implemented by

    Index

    Properties

    creator: string

    The creator of the transaction.

    customData?: string

    Custom data field for storing arbitrary data associated with this dynamic store.

    defaultValue: boolean

    The default value for uninitialized addresses (true/false).

    uri?: string

    URI for additional metadata or resources associated with this dynamic store.