{"slug":"bsvanon-bitcoin-sv-payments","name":"SendBSV BSV Payments for WooCommerce","description":"Accept Bitcoin SV payments directly to your wallet. Self-custody, no third-party processor. Modern fork with PHP 8+ and WooCommerce HPOS support.","author":"bsvanon","active_installs":0,"version":"6.2.0","wp_org_url":"https://wordpress.org/plugins/bsvanon-bitcoin-sv-payments/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bwwc_btc_addresses","full_table_name":"wp_bwwc_btc_addresses","description":"Stores bwwc btc addresses data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"btc_address","type":"char(36)","nullable":false,"primary_key":false},{"name":"origin_id","type":"char(128)","nullable":false,"primary_key":false},{"name":"index_in_wallet","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"status","type":"char(16)","nullable":false,"primary_key":false},{"name":"last_assigned_to_ip","type":"char(16)","nullable":false,"primary_key":false},{"name":"assigned_at","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"total_received_funds","type":"DECIMAL( 16, 8 )","nullable":false,"primary_key":false},{"name":"received_funds_checked_at","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"address_meta","type":"MEDIUMBLOB","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_bwwc_btc_addresses` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `btc_address` char(36) NOT NULL, `origin_id` char(128) NOT NULL DEFAULT '', `index_in_wallet` bigint(20) NOT NULL DEFAULT '0', `status` char(16) NOT NULL DEFAULT 'unknown', `last_assigned_to_ip` char(16) NOT NULL DEFAULT '0.0.0.0', `assigned_at` bigint(20) NOT NULL DEFAULT '0', `total_received_funds` DECIMAL( 16, 8 ) NOT NULL DEFAULT '0.00000000', `received_funds_checked_at` bigint(20) NOT NULL DEFAULT '0', `address_meta` MEDIUMBLOB NULL, PRIMARY KEY (`id`), UNIQUE KEY `btc_address` (`btc_address`), KEY `index_in_wallet` (`index_in_wallet`), KEY `origin_id` (`origin_id`), KEY `status` (`status`) )\" );"},{"table_name":"bwwc_electrum_wallets","full_table_name":"wp_bwwc_electrum_wallets","description":"Stores bwwc electrum wallets data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"bwwc_persistent_settings","full_table_name":"wp_bwwc_persistent_settings","description":"Stores bwwc persistent settings data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":3}