Interface GetFileUrlOptions

Hierarchy

Properties

app?: string

The app to lookup for multi-player storage - defaults to current origin.

Default

window.location.origin Only if available in the executing environment, otherwise undefined.

username?: string

The Blockstack ID to lookup for multi-player storage. If not specified, the currently signed in username is used.

zoneFileLookupURL?: string

The URL to use for zonefile lookup. If falsey, this will use the blockstack.js's [[getNameInfo]] function instead.

Generated using TypeDoc