Properties

add_owners_events: EventHandle<AddOwnersEvent>
create_transaction_events: EventHandle<CreateTransactionEvent>
execute_rejected_transaction_events: EventHandle<ExecuteRejectedTransactionEvent>
execute_transaction_events: EventHandle<TransactionExecutionSucceededEvent>
last_executed_sequence_number: bigint
metadata: SimpleMap<string, string>
metadata_updated_events: EventHandle<MetadataUpdatedEvent>
next_sequence_number: bigint
num_signatures_required: bigint
owners: string[]
remove_owners_events: EventHandle<RemoveOwnersEvent>
transaction_execution_failed_events: EventHandle<TransactionExecutionFailedEvent>
transactions: _0x1.table.Table<bigint, MultisigTransaction>
update_signature_required_events: EventHandle<UpdateSignaturesRequiredEvent>