export declare type GetTxReceiptStatusRequest = { txhash: string; }; export declare type GetTxReceiptStatusResponse = { status: "0" | "1"; };