Properties
Private
base
Methods
Private
createPortfolioFromNote
- createPortfolioFromNote(note): Promise<Portfolio>
get
- get(handleOrCharacterId, noteId): Promise<Portfolio>
getAll
- getAll(handleOrCharacterId, options?): Promise<Portfolio[]>
Parameters
- handleOrCharacterId: HandleOrCharacterId
Optional
options: Omit<undefined | NoteQueryOptions, "cursor" | "limit">
Returns Promise<Portfolio[]>
getMany
- getMany(handleOrCharacterId, options?): Promise<ResultMany<Portfolio>>