Interface VoidnodeParams

Hierarchy

Properties

voidnodeAuthentication?: {
    apiId?: string;
    apiKey: string;
}

The authentication headers to connect to voidnode with.

See

https://docs.premia.finance/api/voidnode

Type declaration

  • Optional apiId?: string
  • apiKey: string
voidnodeUri?: string

The voidnode URL to use for fetching indexed contract data.

Default Value

Premia.voidnode.uri

See

https://docs.premia.finance/api/voidnode

Generated using TypeDoc