Creating New Instances
deployHatsSignerGateAndSafe
const createHsgResult = await hatsSignerGateClient.deployHatsSignerGateAndSafe({
account,
ownerHatId,
signersHatId,
minThreshold,
targetThreshold,
maxSigners,
});{
account: Account | Address;
ownerHatId: bigint;
signersHatId: bigint;
minThreshold: bigint;
targetThreshold: bigint;
maxSigners: bigint;
}deployHatsSignerGate
deployMultiHatsSignerGateAndSafe
deployMultiHatsSignerGate
Last updated