MoveFetchConfig: { create( base?: { allEvents?: boolean; includeFailedTransaction?: boolean; inputs?: boolean; resourceChanges?: boolean; resourceConfig?: { moveTypePrefix?: string }; supportMultisigFunc?: boolean; }, ): MoveFetchConfig; decode(input: Uint8Array | Reader, length?: number): MoveFetchConfig; encode(message: MoveFetchConfig, writer?: Writer): Writer; fromJSON(object: any): MoveFetchConfig; fromPartial( object: { allEvents?: boolean; includeFailedTransaction?: boolean; inputs?: boolean; resourceChanges?: boolean; resourceConfig?: { moveTypePrefix?: string }; supportMultisigFunc?: boolean; }, ): MoveFetchConfig; toJSON(message: MoveFetchConfig): unknown;}