@silvana-one/coordination
Version:
Silvana Coordination Client
10 lines (9 loc) • 432 B
TypeScript
export declare function fetchSuiObject(objectID: string): Promise<import("@mysten/sui/client").SuiObjectResponse>;
export declare function fetchSuiDynamicFieldsList(objectID: string): Promise<import("@mysten/sui/client").DynamicFieldPage>;
export declare function fetchSuiDynamicField(params: {
objectID?: string;
parentID?: string;
fieldName: string;
type: string;
key: string;
}): Promise<object | undefined>;