Readonly
programReadonly
pubkeyLoads the data for this LutMap
account from on chain.
A promise that resolves to the data.
if the account does not exist.
Static
createCreating a LUT map account will allow a user or protocol to easy manage and associate a common account grouping for their feeds to reduce the total number of transaction bytes taken by Switchboard. This will maximize the flexibility users have in their instructions.
The program that owns the LUT map account.
The queue account that the LUT map is associated with.
The slot that the LUT map is associated with.
A promise that resolves to the LUT map and the transaction signature.
Static
key
A map of LUTs to their public keys.
Users can initialize to compact all oracle and feed keys they use into a single account, and then use the LUT to load all tx keys efficiently.