HSG & MHSG Handlers
Handlers
callInstanceWriteFunction
const res = await hatsSignerGateClient.callInstanceWriteFunction({
account,
type,
instance,
func,
args,
});{
account: Account | Address;
type: HsgType;
instance: Address;
func: WriteFunction;
args: unknown[];
}getInstanceParameters
Metadata
getMetadata
Types
HsgMetadata
Role
WriteFunction
WriteFunctionArg
Last updated