MarkController
Defined in: core/src/features/parsing/MarkController.ts:6
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MarkController( store, address, snapshot): MarkController;Defined in: core/src/features/parsing/MarkController.ts:7
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
store | Store |
address | TokenAddress |
snapshot | MarkSnapshot |
Returns
Section titled “Returns”MarkController
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get meta(): string | undefined;Defined in: core/src/features/parsing/MarkController.ts:32
Returns
Section titled “Returns”string | undefined
readOnly
Section titled “readOnly”Get Signature
Section titled “Get Signature”get readOnly(): boolean;Defined in: core/src/features/parsing/MarkController.ts:40
Returns
Section titled “Returns”boolean
Get Signature
Section titled “Get Signature”get slot(): string | undefined;Defined in: core/src/features/parsing/MarkController.ts:36
Returns
Section titled “Returns”string | undefined
Get Signature
Section titled “Get Signature”get value(): string;Defined in: core/src/features/parsing/MarkController.ts:28
Returns
Section titled “Returns”string
Methods
Section titled “Methods”remove()
Section titled “remove()”remove(): void;Defined in: core/src/features/parsing/MarkController.ts:44
Returns
Section titled “Returns”void
update()
Section titled “update()”update(patch): void;Defined in: core/src/features/parsing/MarkController.ts:50
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
patch | MarkPatch |
Returns
Section titled “Returns”void
fromToken()
Section titled “fromToken()”static fromToken(store, token): MarkController;Defined in: core/src/features/parsing/MarkController.ts:13
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
store | Store |
token | MarkToken |
Returns
Section titled “Returns”MarkController