OKP4 object store.

Hierarchy (view full)

Constructors

Properties

connection?: Chain.Connection
instance?: {
    address?: string;
}

Type declaration

  • Optional address?: string
v2.0.0: typeof Objectarium_v2_1_0 = ...

Methods

  • Execute a transaction on the specified instance as the specified Connection.

    Parameters

    • message: Message
    • options: {
          execFee?: IFee;
          execMemo?: string;
          execSend?: ICoin[];
      } = {}
      • Optional execFee?: IFee
      • Optional execMemo?: string
      • Optional execSend?: ICoin[]

    Returns Promise<unknown>

  • Execute a query on the specified instance as the specified Connection.

    Type Parameters

    • Q

    Parameters

    Returns Promise<Q>

  • Create an init message for an objectarium.

    Parameters

    • bucket: string

    Returns {
        bucket: string;
    }

    • bucket: string

Generated using TypeDoc