function withdrawal(Input point, RSAInclusionProof proof) external payable returns (bool); function withdrawalChallangeSpend(Input point, Transaction tx, FullSumMerkleProof txProof, uint8 spendIndex, RSAInclusionProof spendInclusionProof) external returns (bool); function withdrawalChallangeBlock( Input point, SumMerkleProof txProof,MerkleProof inputProof, uint64 maxBlockIndex, MerkleProof maxBlockIndexProof ) external returns (bool);