Base Argument object for methods.

interface CreatePoolArgs {
    asset1: AnyJson;
    asset2: AnyJson;
}

Hierarchy (view full)

Properties

Properties

asset1: AnyJson

The identifier of the first asset of the pool.

asset2: AnyJson

The identifier of the second asset of the pool.