Type Alias approve_as_multi
approve_as_multi: TxDescriptor<{
call_hash: FixedSizeBinary<32>;
max_weight: {
proof_size: bigint;
ref_time: bigint;
};
maybe_timepoint?: {
height: number;
index: number;
};
other_signatories: SS58String[];
threshold: number;
}>
See [
Pallet::approve_as_multi
].