.. This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. verifytxoutproof ================ ``verifytxoutproof "proof"`` Verifies that a proof points to a transaction in a block, returning the transaction it commits to and throwing an RPC error if the block is not in our best chain Argument #1 - proof ~~~~~~~~~~~~~~~~~~~ **Type:** string, required The hex-encoded proof generated by gettxoutproof Result ~~~~~~ .. list-table:: :header-rows: 1 * - Name - Type - Description * - ["txid"] - array, strings) The txid(s - which the proof commits to, or empty array if the proof can not be validated.