MarkController
Defined in: core/src/features/mark/MarkController.ts:7
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MarkController( store, address, snapshot, shape): MarkController;Defined in: core/src/features/mark/MarkController.ts:10
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
store | Store |
address | TokenAddress |
snapshot | MarkSnapshot |
shape | TokenShapeSnapshot |
Returns
Section titled “Returns”MarkController
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get meta(): string | undefined;Defined in: core/src/features/mark/MarkController.ts:43
Returns
Section titled “Returns”string | undefined
readOnly
Section titled “readOnly”Get Signature
Section titled “Get Signature”get readOnly(): boolean;Defined in: core/src/features/mark/MarkController.ts:51
Returns
Section titled “Returns”boolean
Get Signature
Section titled “Get Signature”get slot(): string | undefined;Defined in: core/src/features/mark/MarkController.ts:47
Returns
Section titled “Returns”string | undefined
Get Signature
Section titled “Get Signature”get value(): string;Defined in: core/src/features/mark/MarkController.ts:39
Returns
Section titled “Returns”string
Methods
Section titled “Methods”remove()
Section titled “remove()”remove(): EditResult;Defined in: core/src/features/mark/MarkController.ts:55
Returns
Section titled “Returns”EditResult
update()
Section titled “update()”update(patch): EditResult;Defined in: core/src/features/mark/MarkController.ts:61
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
patch | MarkPatch |
Returns
Section titled “Returns”EditResult
fromToken()
Section titled “fromToken()”static fromToken(store, token): MarkController;Defined in: core/src/features/mark/MarkController.ts:19
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
store | Store |
token | MarkToken |
Returns
Section titled “Returns”MarkController